Safely gets the Ok instance, resolving any Future.
@override @pragma('vm:prefer-inline') Option<Ok<T>> ok() => value.ok();