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