lines property

Set<Line> lines

The current set of lines on this map.

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

Implementation

Set<Line> get lines => Set<Line>.from(_lines.values);