fromDartListApnsDeviceTokenToGraphQLListApnsDeviceToken function
Implementation
List<String> fromDartListApnsDeviceTokenToGraphQLListApnsDeviceToken(
List<ApnsDeviceToken> v,
) => v.map((e) => fromDartApnsDeviceTokenToGraphQLApnsDeviceToken(e)).toList();