SetOption constructor

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

Implementation

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