CurrencyRefType constructor

CurrencyRefType({
  1. required String value,
  2. String? name,
})

Implementation

CurrencyRefType({required this.value, this.name});