DeleteSchemaResponse constructor

DeleteSchemaResponse({
  1. String? schemaArn,
})

Implementation

DeleteSchemaResponse({
  this.schemaArn,
});