fromDartChatItemsCursorNullableToGraphQLChatItemsCursorNullable function

String? fromDartChatItemsCursorNullableToGraphQLChatItemsCursorNullable(
  1. ChatItemsCursor? v
)

Implementation

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