ContactFlowSummary constructor
ContactFlowSummary({
- String? arn,
- ContactFlowType? contactFlowType,
- String? id,
- String? name,
Implementation
ContactFlowSummary({
this.arn,
this.contactFlowType,
this.id,
this.name,
});