DVCVariable<T> constructor
DVCVariable<T> ({
- String? id,
- required String key,
- VariableType? type,
- required T value,
Implementation
DVCVariable({this.id, required this.key, this.type, required this.value});