endOffset property

num get endOffset

Implementation

_i2.num get endOffset => _i4.getProperty(
      this,
      'endOffset',
    );
set endOffset (num value)

Implementation

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