Resource constructor

Resource({
  1. Map<String, Object?>? expectedNextState,
  2. Map<String, String>? labels,
  3. List<String>? locations,
  4. String? name,
  5. NextStateOfTags? nextStateOfTags,
  6. String? service,
  7. String? type,
})

Implementation

Resource({
  this.expectedNextState,
  this.labels,
  this.locations,
  this.name,
  this.nextStateOfTags,
  this.service,
  this.type,
});