Account constructor
Account({
- AccountChildLink? childLink,
- DateTime? created,
- String? id,
- String? kind,
- String? name,
- AccountPermissions? permissions,
- String? selfLink,
- bool? starred,
- DateTime? updated,
Implementation
Account({
this.childLink,
this.created,
this.id,
this.kind,
this.name,
this.permissions,
this.selfLink,
this.starred,
this.updated,
});