ArnTrait constructor

const ArnTrait({
  1. bool? noRegion,
  2. bool? noAccount,
  3. bool? absolute,
  4. required String template,
})

Implementation

const ArnTrait({
  this.noRegion,
  this.noAccount,
  this.absolute,
  required this.template,
});