UpdateAddAddressRequestModel constructor

UpdateAddAddressRequestModel({
  1. required String sId,
  2. String? addressId,
  3. UserAddressRequestModel? addressInput,
})

Implementation

UpdateAddAddressRequestModel(
    {required this.sId, this.addressId, this.addressInput});