FixedSet<E>.empty constructor

FixedSet<E>.empty()

Implementation

FixedSet.empty() : _innerSet = Set<E>.unmodifiable({});