fromDartListChatCallDeviceIdToGraphQLListChatCallDeviceId function

List<String> fromDartListChatCallDeviceIdToGraphQLListChatCallDeviceId(
  1. List<ChatCallDeviceId> v
)

Implementation

List<String> fromDartListChatCallDeviceIdToGraphQLListChatCallDeviceId(
  List<ChatCallDeviceId> v,
) =>
    v.map((e) => fromDartChatCallDeviceIdToGraphQLChatCallDeviceId(e)).toList();