ArnReferenceTrait constructor

const ArnReferenceTrait({
  1. String? type,
  2. ShapeId? service,
  3. ShapeId? resource,
})

Implementation

const ArnReferenceTrait({
  this.type,
  this.service,
  this.resource,
});