pending property

bool? pending

Implementation

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

Implementation

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