RegisterTaskDefinitionResponse constructor
RegisterTaskDefinitionResponse({
- List<
Tag> ? tags, - TaskDefinition? taskDefinition,
Implementation
RegisterTaskDefinitionResponse({
this.tags,
this.taskDefinition,
});