safeValue property

String get safeValue

Returns the String value if not null, or an empty string if null.

Implementation

String get safeValue => this ?? '';