ContactFlow constructor

ContactFlow({
  1. String? arn,
  2. String? content,
  3. String? description,
  4. String? id,
  5. String? name,
  6. Map<String, String>? tags,
  7. ContactFlowType? type,
})

Implementation

ContactFlow({
  this.arn,
  this.content,
  this.description,
  this.id,
  this.name,
  this.tags,
  this.type,
});