fromDartChatCallDeviceIdNullableToGraphQLChatCallDeviceIdNullable function
Implementation
String? fromDartChatCallDeviceIdNullableToGraphQLChatCallDeviceIdNullable(
ChatCallDeviceId? v,
) => v?.val;
String? fromDartChatCallDeviceIdNullableToGraphQLChatCallDeviceIdNullable(
ChatCallDeviceId? v,
) => v?.val;