BigInt /*U64*/ yDocId({ required YDoc ref, }) { final results = _yDocId([ref.toWasm()]); final result = results[0]; return bigIntFromJson(result); }