end property

num end

Implementation

_i2.num get end => _i4.getProperty(
      this,
      'end',
    );
void end=(num value)

Implementation

set end(_i2.num value) {
  _i4.setProperty(
    this,
    'end',
    value,
  );
}