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