List<Currency> fromGraphQLListCurrencyToDartListCurrency(List<Object?> v) => v.map((e) => fromGraphQLCurrencyToDartCurrency(e as String)).toList();