isSearchable property

  1. @TagNumber.new(32)
bool get isSearchable

Denotes if the field is searchable (field shall not be visible on the UI in the filters view). The field will continue to be searchable through the API

Implementation

@$pb.TagNumber(32)
$core.bool get isSearchable => $_getBF(13);
  1. @TagNumber.new(32)
set isSearchable (bool value)

Implementation

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