toJson method

Map<String, dynamic> toJson()

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,
  };
}