toJson method

Map<String, dynamic> toJson()

Implementation

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