orEmpty property

String get orEmpty

Returns this string, or '' if null.

Implementation

String get orEmpty => this ?? '';