UpdateShippingAddressRequestModel constructor

UpdateShippingAddressRequestModel({
  1. required String sId,
  2. required bool enable,
  3. required String addressId,
})

Implementation

UpdateShippingAddressRequestModel(
    {required this.sId, required this.enable, required this.addressId});