AccountTreeResponse constructor
AccountTreeResponse({
- Account? account,
- String? kind,
- Profile? profile,
- Webproperty? webproperty,
Implementation
AccountTreeResponse({
this.account,
this.kind,
this.profile,
this.webproperty,
});