c property

num? c

Implementation

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

Implementation

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