formattedValue property

String formattedValue

Implementation

String get formattedValue => value == null ? '-' : value.toString();