UpdateOption constructor

UpdateOption({
  1. required String name,
  2. OptionValue? value,
})

Implementation

UpdateOption({required this.name, this.value});