shapes property
ShapeMap?
get
shapes
Implementation
ShapeMap? get shapes => _$this._shapes;
set
shapes
(ShapeMap? shapes)
Implementation
set shapes(ShapeMap? shapes) => _$this._shapes = shapes;