total property

num? get total
override

Implementation

num? get total => _$this._total;
set total (covariant num? total)
covariantoverride

Implementation

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