fromGraphQLChatContactsCursorToDartChatContactsCursor function

ChatContactsCursor fromGraphQLChatContactsCursorToDartChatContactsCursor(
  1. String v
)

Implementation

ChatContactsCursor fromGraphQLChatContactsCursorToDartChatContactsCursor(
  String v,
) => ChatContactsCursor(v);