start property

dynamic get start

Implementation

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

Implementation

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