symbols property

Set<Symbol> get symbols

The current set of symbols on this map added with the addSymbol or addSymbols methods.

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

Implementation

Set<Symbol> get symbols => symbolManager!.annotations;