GetAddressResponse constructor

GetAddressResponse({
  1. String? status,
  2. String? message,
  3. List<Datum>? data,
})

Implementation

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