symbols property

Set<Symbol> symbols

The current set of symbols on this map.

The returned set will be a detached snapshot of the symbols collection.

Implementation

Set<Symbol> get symbols => Set<Symbol>.from(_symbols.values);