total property

int get total

Implementation

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

Implementation

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