Transforms the inner Some instance if this is a Some.
@override @pragma('vm:prefer-inline') None<T> mapSome(@noFutures Some<T> Function(Some<T> some) noFutures) { return this; }