Outcome constructor

Outcome({
  1. String? arn,
  2. String? createdTime,
  3. String? description,
  4. String? lastUpdatedTime,
  5. String? name,
})

Implementation

Outcome({
  this.arn,
  this.createdTime,
  this.description,
  this.lastUpdatedTime,
  this.name,
});