total property

int total

Implementation

int get total => _total.value;
void total=(dynamic value)

Implementation

set total(value) {
  _total.value = value;
}