fromGraphQLBlocklistCursorToDartBlocklistCursor function

BlocklistCursor fromGraphQLBlocklistCursorToDartBlocklistCursor(
  1. String v
)

Implementation

BlocklistCursor fromGraphQLBlocklistCursorToDartBlocklistCursor(String v) =>
    BlocklistCursor(v);