OptionModel({ required String optionKey, required String optionValue }) : _optionKey = optionKey, _optionValue = optionValue;