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