shape property

MarkerShape? get shape

Implementation

MarkerShape? get shape => _getShape();
set shape (MarkerShape? shape)

Implementation

set shape(MarkerShape? shape) => _setShape(shape);