fills property

Set<Fill> get fills

The current set of fills on this map added with the addFill or addFills methods.

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

Implementation

Set<Fill> get fills => fillManager!.annotations;