Encapsulates a ListNotifier, and can be used as a List directly.
ListNotifier
@factory static GetList<E> list<E>([Iterable<E> list = const []]) => GetList._(_ListNotifier(list));