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