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