status property

FutureStatus get status

Implementation

FutureStatus get status {
  _startedFuture();
  return _status.value;
}