SessionConfigSelect constructor
SessionConfigSelect({
- required SessionConfigValueId currentValue,
- required SessionConfigSelectOptions options,
Creates a SessionConfigSelect value.
Implementation
SessionConfigSelect({required this.currentValue, required this.options});