menu
dartxx package
documentation
list_ext.dart
NullListXX<V>
orEmptyList method
orEmptyList method
dark_mode
light_mode
orEmptyList
method
List
<
V
>
orEmptyList
(
)
Implementation
List<V> orEmptyList() { if (this == null) return const []; return this!; }
dartxx package
documentation
list_ext
NullListXX<V>
orEmptyList method
NullListXX extension on
List
<
V
>
?