Resource constructor

Resource({
  1. String? arn,
  2. Map<String, String>? attributes,
  3. String? feature,
  4. String? name,
  5. String? type,
})

Implementation

Resource({
  this.arn,
  this.attributes,
  this.feature,
  this.name,
  this.type,
});