UpdateAddAddressRequestModel constructor
UpdateAddAddressRequestModel({
- required String sId,
- String? addressId,
- UserAddressRequestModel? addressInput,
Implementation
UpdateAddAddressRequestModel(
{required this.sId, this.addressId, this.addressInput});