c property

num get c

Implementation

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

Implementation

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