Currency? fromGraphQLCurrencyNullableToDartCurrencyNullable(String? v) => v == null ? null : Currency(v);