SchemaFacet constructor

SchemaFacet({
  1. String? facetName,
  2. String? schemaArn,
})

Implementation

SchemaFacet({
  this.facetName,
  this.schemaArn,
});