toNotNull property

String get toNotNull

Implementation

String get toNotNull =>
    ((isNullOrEmpty == true) || this == "null") ? "" : "$this";