valueOrNull property

String? get valueOrNull

Implementation

String? get valueOrNull => value.isEmpty ? null : value;