isSearchable property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? isSearchable
getter/setter pair

Used to indicate if a ParameterEntry should be converted to ParamIndexes for ST-Spanner full-text search.

DEPRECATED: use searchable.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? isSearchable;