value property

FutureOr<T> get value

Implementation

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