ListFlowTriggerTypesResponse constructor
ListFlowTriggerTypesResponse({
- Iterable<
TriggerType> ? result,
Implementation
factory ListFlowTriggerTypesResponse({
$core.Iterable<$22.TriggerType>? result,
}) {
final $result = create();
if (result != null) {
$result.result.addAll(result);
}
return $result;
}