blankIfNull property

String get blankIfNull

Returns the string if it is not null, otherwise returns an empty string.

Implementation

String get blankIfNull => this ?? "";