totalitems property

String? get totalitems
override

Implementation

String? get totalitems => _$this._totalitems;
set totalitems (covariant String? totalitems)
covariantoverride

Implementation

set totalitems(covariant String? totalitems) => _$this._totalitems = totalitems;