total property

int total

Implementation

int get total => _total;
void total=(int total)

Implementation

set total(int total) {
  _total = total;
  _render();
}