markerEnd property

String markerEnd

Implementation

_i2.String get markerEnd => _i4.getProperty(
      this,
      'markerEnd',
    );
void markerEnd=(String value)

Implementation

set markerEnd(_i2.String value) {
  _i4.setProperty(
    this,
    'markerEnd',
    value,
  );
}