total property

num get total

Implementation

_i2.num get total => _i6.getProperty(
      this,
      'total',
    );
set total (num value)

Implementation

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