fromDartChatItemIdNullableToGraphQLChatItemIdNullable function

String? fromDartChatItemIdNullableToGraphQLChatItemIdNullable(
  1. ChatItemId? v
)

Implementation

String? fromDartChatItemIdNullableToGraphQLChatItemIdNullable(ChatItemId? v) =>
    v?.val;