availableFormatNames property

List<String> get availableFormatNames

All format names for which data is available (as lower-case strings).

Implementation

List<String> get availableFormatNames => [
      if (hasRohd) 'rohd',
      if (hasSv) 'sv',
      if (hasSc) 'sc',
      if (hasFst) 'fst',
    ];