position property

String position

Implementation

_i2.String get position => _i4.getProperty(
      this,
      'position',
    );
void position=(String value)

Implementation

set position(_i2.String value) {
  _i4.setProperty(
    this,
    'position',
    value,
  );
}