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