total property
int?
get
total
Implementation
int? get total => _$this._total;
set
total
(int? total)
Implementation
set total(int? total) => _$this._total = total;