fromGraphQLRecentChatsCursorNullableToDartRecentChatsCursorNullable function
- String? v
Implementation
RecentChatsCursor?
fromGraphQLRecentChatsCursorNullableToDartRecentChatsCursorNullable(
String? v,
) => v == null ? null : RecentChatsCursor(v);
RecentChatsCursor?
fromGraphQLRecentChatsCursorNullableToDartRecentChatsCursorNullable(
String? v,
) => v == null ? null : RecentChatsCursor(v);