Wraps this Monad in a Sync.
@override @pragma('vm:prefer-inline') Sync<Some<T>> wrapSync() => Sync.unsafe(Ok(this));