FormModel constructor
FormModel({
- required String id,
- required String path,
- required String title,
- required List<
ComponentModel> components,
Constructs a FormModel instance.
Implementation
FormModel({required this.id, required this.path, required this.title, required this.components});