toJson method

Map<String, dynamic> toJson()

Implementation

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