ChangePageAction constructor
const
ChangePageAction({
- required String id,
- required List<
ComponentParameterField> passingParameterValues, - String type = 'change_page',
- required ID componentID,
Implementation
const ChangePageAction({
required super.id,
required super.passingParameterValues,
super.type = 'change_page',
required this.componentID,
});