ValueProperty constructor
ValueProperty({
- required String name,
- String? description,
- required SimpleValue type,
- List? enumValues,
Implementation
ValueProperty({required super.name, super.description, required this.type, this.enumValues});