fromGraphQLFavoriteChatsCursorNullableToDartFavoriteChatsCursorNullable function
- String? v
Implementation
FavoriteChatsCursor?
fromGraphQLFavoriteChatsCursorNullableToDartFavoriteChatsCursorNullable(
String? v,
) => v == null ? null : FavoriteChatsCursor(v);