start property

String start

Implementation

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

Implementation

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