fromDartFavoriteChatsCursorNullableToGraphQLFavoriteChatsCursorNullable function

String? fromDartFavoriteChatsCursorNullableToGraphQLFavoriteChatsCursorNullable(
  1. FavoriteChatsCursor? v
)

Implementation

String? fromDartFavoriteChatsCursorNullableToGraphQLFavoriteChatsCursorNullable(
  FavoriteChatsCursor? v,
) => v?.toString();