Account constructor

Account(String label, String address, bool lock, PrivateKey encryptedKey, String salt, String publicKey, bool isDefault, { String hash, String extra })

Implementation

Account(this.label, this.address, this.lock, this.encryptedKey, this.salt,
    this.publicKey, this.isDefault,
    {this.hash, this.extra});