list_utils library
Functions
-
convertListToType<
T> (List origin, {List? discardedList}) → List< T> - Convert a List from one type to another skipping al those elements not compatible with the target type.
-
filledList(
List? list) → bool -
unfilledList(
List? list) → bool