x property

Object get x

Implementation

_i2.Object get x => _i4.getProperty(
      this,
      'x',
    );
set x (Object value)

Implementation

set x(_i2.Object value) {
  _i4.setProperty(
    this,
    'x',
    value,
  );
}