Returns a list containing the elements of this set.
This is a non-mutating operation that creates a new list.
@override List<E> toList({bool growable = true}) => value.toList(growable: growable);