Encapsulates a SetNotifier, and can be used as a Set directly.
SetNotifier
@factory static GetSet<E> set<E>([Iterable<E> set = const {}]) => GetSet._(_SetNotifier(set));