class PrivateKeyAttributes { final String key; final String secretKey; PrivateKeyAttributes(this.key, this.secretKey); }