AttributeKey constructor

AttributeKey({
  1. required String facetName,
  2. required String name,
  3. required String schemaArn,
})

Implementation

AttributeKey({
  required this.facetName,
  required this.name,
  required this.schemaArn,
});