AccounttaxListResponse constructor

AccounttaxListResponse({
  1. String? kind,
  2. String? nextPageToken,
  3. List<AccountTax>? resources,
})

Implementation

AccounttaxListResponse({
  this.kind,
  this.nextPageToken,
  this.resources,
});