fromGraphQLChatItemsCursorNullableToDartChatItemsCursorNullable function
- String? v
Implementation
ChatItemsCursor?
fromGraphQLChatItemsCursorNullableToDartChatItemsCursorNullable(String? v) =>
v == null ? null : ChatItemsCursor(v);
ChatItemsCursor?
fromGraphQLChatItemsCursorNullableToDartChatItemsCursorNullable(String? v) =>
v == null ? null : ChatItemsCursor(v);