menu
flutter_util_code package
documentation
null_safety_utils.dart
ListNullSafety
toNonNull property
toNonNull property
dark_mode
light_mode
toNonNull
property
List
get
toNonNull
转化为非空数组,如果为空则返回[]
Implementation
List get toNonNull => this ?? [];
flutter_util_code package
documentation
null_safety_utils
ListNullSafety
toNonNull property
ListNullSafety extension on
List
?