fromGraphQLFavoriteChatsCursorToDartFavoriteChatsCursor function

FavoriteChatsCursor fromGraphQLFavoriteChatsCursorToDartFavoriteChatsCursor(
  1. String v
)

Implementation

FavoriteChatsCursor fromGraphQLFavoriteChatsCursorToDartFavoriteChatsCursor(
  String v,
) => FavoriteChatsCursor(v);