position property

String get position

Implementation

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

Implementation

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