hasRohd property

bool get hasRohd

Whether the module has ROHD Dart source available and found on disk.

Implementation

bool get hasRohd => formats[RohdSourceFormat.rohd]?.usable ?? false;