expand library

Classes

SimpleList<T>
SimpleList used in the widget, avoiding a lot of checking. To get the original List, use the toList method.

Functions

compareClassOfList<T>(List? l1, List? l2, dynamic getValue(T)) bool
Compares lists containing classes, pass values from the classes you want to compare into the function.