value property

FutureOr<T> value

Implementation

FutureOr<T> get value {
  return thenOr((_) => _.value);
}