OptionValueInteger constructor

OptionValueInteger({
  1. required int value,
})

Implementation

OptionValueInteger({required this.value});