total property

num? total

Implementation

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

Implementation

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