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