OptionValueString constructor

OptionValueString({
  1. required String value,
})

Implementation

OptionValueString({required this.value});