hasRohd property
Whether the module has ROHD Dart source available and found on disk.
Implementation
bool get hasRohd => formats[RohdSourceFormat.rohd]?.usable ?? false;
Whether the module has ROHD Dart source available and found on disk.
bool get hasRohd => formats[RohdSourceFormat.rohd]?.usable ?? false;