total property

int? total

Implementation

int? get total => _$this._total;
void total=(int? total)

Implementation

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