status property

FutureStatus status

Implementation

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