formatValue method Null safety

String formatValue(
  1. Value v
)

Implementation

String formatValue(Value v) => displayMode.format(v, this);