AccountTreeResponse constructor

AccountTreeResponse({
  1. Account? account,
  2. String? kind,
  3. Profile? profile,
  4. Webproperty? webproperty,
})

Implementation

AccountTreeResponse({
  this.account,
  this.kind,
  this.profile,
  this.webproperty,
});