format method

String format([
  1. MeasureFormat? format
])

Formats this measure using format or the dimension default format.

Implementation

String format([MeasureFormat? format]) =>
  (format ?? MeasureFormatRegistry.resolve(this)).format(this);