fromDartChatCallDeviceIdNullableToGraphQLChatCallDeviceIdNullable function

String? fromDartChatCallDeviceIdNullableToGraphQLChatCallDeviceIdNullable(
  1. ChatCallDeviceId? v
)

Implementation

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