toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final catalogType = this.catalogType;
final glueIcebergCatalog = this.glueIcebergCatalog;
final nessieIcebergCatalog = this.nessieIcebergCatalog;
final polarisIcebergCatalog = this.polarisIcebergCatalog;
final restIcebergCatalog = this.restIcebergCatalog;
return {
'catalogType': ?catalogType,
'glueIcebergCatalog': ?glueIcebergCatalog,
'nessieIcebergCatalog': ?nessieIcebergCatalog,
'polarisIcebergCatalog': ?polarisIcebergCatalog,
'restIcebergCatalog': ?restIcebergCatalog,
};
}