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