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