b property

num get b

Implementation

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

Implementation

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