fromGraphQLChatContactsCursorNullableToDartChatContactsCursorNullable function
- String? v
Implementation
ChatContactsCursor?
fromGraphQLChatContactsCursorNullableToDartChatContactsCursorNullable(
String? v,
) => v == null ? null : ChatContactsCursor(v);