ShippingAddress constructor

ShippingAddress({
  1. bool? defaultValue,
  2. bool? defaultAddress,
})

Implementation

ShippingAddress({this.defaultValue, this.defaultAddress});