Account constructor
Account(])
Creates Account object with given information.
Implementation
Account(
this.id,
this.issuer,
this.displayIssuer,
this.accountName,
this.displayAccountName,
this.imageURL,
this.backgroundColor,
this.timeAdded,
[this.mechanismList]);