shape property

MarkerShape? shape

Implementation

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

Implementation

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