CreateAddressResponse constructor

CreateAddressResponse({
  1. String? status,
  2. String? message,
  3. CreateAddressData? data,
})

Implementation

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