format method
Formats this measure using format or the dimension default format.
Implementation
String format([MeasureFormat? format]) =>
(format ?? MeasureFormatRegistry.resolve(this)).format(this);
Formats this measure using format or the dimension default format.
String format([MeasureFormat? format]) =>
(format ?? MeasureFormatRegistry.resolve(this)).format(this);