dateOrValue property

String? dateOrValue

Implementation

String? get dateOrValue => date?.toString() ?? value;