fromDartFavoriteChatsCursorToGraphQLFavoriteChatsCursor function

String fromDartFavoriteChatsCursorToGraphQLFavoriteChatsCursor(
  1. FavoriteChatsCursor v
)

Implementation

String fromDartFavoriteChatsCursorToGraphQLFavoriteChatsCursor(
  FavoriteChatsCursor v,
) => v.toString();