blankIfNull property
Returns the string if it is not null, otherwise returns an empty string.
Implementation
String get blankIfNull => this ?? "";
Returns the string if it is not null, otherwise returns an empty string.
String get blankIfNull => this ?? "";