fromDartChatItemsCursorNullableToGraphQLChatItemsCursorNullable function
Implementation
String? fromDartChatItemsCursorNullableToGraphQLChatItemsCursorNullable(
ChatItemsCursor? v,
) => v?.val;
String? fromDartChatItemsCursorNullableToGraphQLChatItemsCursorNullable(
ChatItemsCursor? v,
) => v?.val;