ShippingPolicy constructor

ShippingPolicy({
  1. Key? key,
})

Implementation

ShippingPolicy({Key? key,}) : super(key: key);