asString static method

String? asString(
  1. LabelFormat? labelFormat
)

Get the String representation of a LabelFormat.

Implementation

static String? asString(LabelFormat? labelFormat) => labelFormat?.toString();