optionsHasValueKeys property

  1. @TagNumber(1)
bool get optionsHasValueKeys

Should not be overridable @doc Whether to add ValueKey to each option of the DropDown.

Implementation

@$pb.TagNumber(1)
$core.bool get optionsHasValueKeys => $_getBF(0);
  1. @TagNumber(1)
set optionsHasValueKeys (bool value)

Implementation

@$pb.TagNumber(1)
set optionsHasValueKeys($core.bool value) => $_setBool(0, value);