UpdateAddressResponse constructor

UpdateAddressResponse({
  1. String? status,
  2. String? message,
  3. UpdateAddressData? data,
})

Implementation

UpdateAddressResponse({
    this.status,
    this.message,
    this.data,
});