Certificate constructor
Certificate(
- ReadStateResponse response,
- Agent _agent
Implementation
Certificate(ReadStateResponse response, this._agent) {
cert = Cert.fromJson(cborDecode(response.certificate));
}