NaverCoFeeAreaByQty constructor

NaverCoFeeAreaByQty({
  1. List<String>? from,
  2. int? surcharge,
})

Implementation

NaverCoFeeAreaByQty({
  this.from,
  this.surcharge,
});