asString static method
- FileFormat? fileFormat
Get the String representation of a FileFormat.
Implementation
static String? asString(FileFormat? fileFormat) => fileFormat?.toString();
Get the String representation of a FileFormat.
static String? asString(FileFormat? fileFormat) => fileFormat?.toString();