CreateSchemaRegistryRequest constructor

CreateSchemaRegistryRequest({
  1. SchemaRegistry? schemaRegistry,
  2. String? schemaRegistryId,
})

Implementation

CreateSchemaRegistryRequest({this.schemaRegistry, this.schemaRegistryId});