fromDartListApnsDeviceTokenToGraphQLListApnsDeviceToken function

List<String> fromDartListApnsDeviceTokenToGraphQLListApnsDeviceToken(
  1. List<ApnsDeviceToken> v
)

Implementation

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