FormPageInfo constructor

const FormPageInfo({
  1. required String name,
  2. required List<InputDataInfo> items,
  3. required Type submitResultType,
})

Implementation

const FormPageInfo({required this.name, required this.items, required this.submitResultType});