menu
openapi_dart_common package
documentation
openapi.dart
ListFromNull<T>
fromNull method
fromNull method
dark_mode
light_mode
fromNull
method
List
<
T
>
fromNull
(
)
Implementation
List<T> fromNull() { return List.from(this.where((e) => e != null)); }
openapi_dart_common package
documentation
openapi
ListFromNull<T>
fromNull method
ListFromNull extension on
List
<
T?
>