menu
flutter_util_code package
documentation
null_safety_utils.dart
StringNullSafety
toNonNull property
toNonNull property
dark_mode
light_mode
toNonNull
property
String
get
toNonNull
转化为非空字符串,如果为空则返回''
Implementation
String get toNonNull => this ?? '';
flutter_util_code package
documentation
null_safety_utils
StringNullSafety
toNonNull property
StringNullSafety extension on
String
?