FormPageInfo constructor
const
FormPageInfo({
- required String name,
- required List<
InputDataInfo> items, - required Type submitResultType,
Implementation
const FormPageInfo({required this.name, required this.items, required this.submitResultType});