TaxListResponse constructor
- {int? code,
- String? status,
- String? message,
- AllTaxesList? data}
Implementation
TaxListResponse({
this.code,
this.status,
this.message,
this.data,
});
TaxListResponse({
this.code,
this.status,
this.message,
this.data,
});