Account constructor
Account({})
Implementation
Account({
this.createTime,
this.creationRequestId,
this.displayName,
this.name,
this.regionCode,
this.state,
this.timeZone,
});
Account({
this.createTime,
this.creationRequestId,
this.displayName,
this.name,
this.regionCode,
this.state,
this.timeZone,
});