Safely gets the Sync instance. Returns an Ok on Sync, or an Err on Async.
@override @pragma('vm:prefer-inline') Ok<Sync<T>> sync() => Ok(this);