menu
sugar package
documentation
collection.dart
ListMove<E>
ListMove constructor
ListMove constructor
dark_mode
light_mode
ListMove<
E
>
constructor
ListMove<
E
>
(
List
<
E
>
_list
,
Predicate
<
E
>
_predicate
)
Creates a
ListMove
with the given backing list and predicate.
Implementation
ListMove(this._list, this._predicate);
sugar package
documentation
collection
ListMove<E>
ListMove constructor
ListMove class