valueOrNull method

String? valueOrNull()

Implementation

String? valueOrNull() => text.isEmpty ? null : text;