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