fromDartBlocklistCursorToGraphQLBlocklistCursor function

String fromDartBlocklistCursorToGraphQLBlocklistCursor(
  1. BlocklistCursor v
)

Implementation

String fromDartBlocklistCursorToGraphQLBlocklistCursor(BlocklistCursor v) =>
    v.toString();