isSearchable property

  1. @TagNumber(22)
bool get isSearchable

Should not be overridable

Implementation

@$pb.TagNumber(22)
$core.bool get isSearchable => $_getBF(21);
  1. @TagNumber(22)
set isSearchable (bool value)

Implementation

@$pb.TagNumber(22)
set isSearchable($core.bool value) => $_setBool(21, value);