fromDartChatCallDeviceIdToGraphQLChatCallDeviceId function

String fromDartChatCallDeviceIdToGraphQLChatCallDeviceId(
  1. ChatCallDeviceId v
)

Implementation

String fromDartChatCallDeviceIdToGraphQLChatCallDeviceId(ChatCallDeviceId v) =>
    v.val;