pos property

num pos

Position to insert.

Implementation

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

Implementation

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