ControlData constructor

ControlData(String id, PrivateKey encryptedKey, String address, String publicKey, String salt)

Implementation

ControlData(
    this.id, this.encryptedKey, this.address, this.publicKey, this.salt);