pending property
int?
get
pending
Implementation
int? get pending => _$this._pending;
set
pending
(int? pending)
Implementation
set pending(int? pending) => _$this._pending = pending;