menu
dart_mappable package
documentation
internals.dart
ListCopyWith<$R, $E, $C>
where abstract method
where abstract method
dark_mode
light_mode
where
abstract method
$R
where
(
bool
test
(
$E
)
)
Returns a filtered list with only the items the pass
test
Implementation
$R where(bool Function($E) test);
dart_mappable package
documentation
internals
ListCopyWith<$R, $E, $C>
where abstract method
ListCopyWith class