start property

dynamic get start

Implementation

_i2.dynamic get start => _i5.getProperty(
      this,
      'start',
    );
set start (dynamic value)

Implementation

set start(_i2.dynamic value) {
  _i5.setProperty(
    this,
    'start',
    value,
  );
}