toJson method
Implementation
Map<String, dynamic> toJson() => withoutNulls({
'certificateFile': certFile,
'certificate': certStr,
'keyFile': keyFile,
'key': keyStr,
'usage': usage?.toJson(),
'ocspStapling': ocspStapling,
'oneTimeLoading': oneTimeLoading,
'buildChain': buildChain,
});