CreateSchemaResponse constructor

CreateSchemaResponse(
  1. {String? schemaArn}
)

Implementation

CreateSchemaResponse({
  this.schemaArn,
});