toNonNull property

String get toNonNull

转化为非空字符串,如果为空则返回''

Implementation

String get toNonNull => this ?? '';