toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final caviumCerts = this.caviumCerts;
final googleCardCerts = this.googleCardCerts;
final googlePartitionCerts = this.googlePartitionCerts;
return {
'caviumCerts': ?caviumCerts,
'googleCardCerts': ?googleCardCerts,
'googlePartitionCerts': ?googlePartitionCerts,
};
}