FormPage constructor
FormPage({
- required String id,
- required String label,
- required String description,
- required List<
FormConfig> formConfigs,
Creates a new instance of FormPage.
Implementation
FormPage({
required this.id,
required this.label,
required this.description,
required this.formConfigs,
});