a property

num get a

Implementation

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

Implementation

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