ReturnShippingFee constructor

ReturnShippingFee({
  1. Price? fixedFee,
  2. String? type,
})

Implementation

ReturnShippingFee({this.fixedFee, this.type});