pending property

bool? get pending

Implementation

bool? get pending => _$this._pending;
set pending (bool? pending)

Implementation

set pending(bool? pending) => _$this._pending = pending;