SetOption constructor
SetOption({
- required String name,
- OptionValue? value,
Implementation
SetOption({required this.name, this.value});
SetOption({required this.name, this.value});