SchemaVersionSummary constructor

SchemaVersionSummary({
  1. String? schemaArn,
  2. String? schemaName,
  3. String? schemaVersion,
  4. Type? type,
})

Implementation

SchemaVersionSummary({
  this.schemaArn,
  this.schemaName,
  this.schemaVersion,
  this.type,
});