fills property

Set<Fill> fills

The current set of fills on this map.

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

Implementation

Set<Fill> get fills => Set<Fill>.from(_fills.values);