Transforms the inner Ok instance if this is an Ok.
@override @pragma('vm:prefer-inline') Err<T> mapOk(@noFutures Ok<T> Function(Ok<T> ok) noFutures) { return this; }