fromGraphQLIncomingChatCallsCursorToDartIncomingChatCallsCursor function

IncomingChatCallsCursor fromGraphQLIncomingChatCallsCursorToDartIncomingChatCallsCursor(
  1. String v
)

Implementation

IncomingChatCallsCursor
fromGraphQLIncomingChatCallsCursorToDartIncomingChatCallsCursor(String v) =>
    IncomingChatCallsCursor(v);