toJson method
Implementation
Map<String, dynamic> toJson() => {
"paCertificates": onRequestPACertificates != null,
"taCertificates": onRequestTACertificates != null,
"taSignature": onRequestTASignature != null,
"paceProtocol": onRequestPACEProtocol != null,
"caProtocol": onRequestCAProtocol != null,
};