isFilterable property

bool? isFilterable
getter/setter pair

Whether the property can be filtered.

If this is a sub-property, all the parent properties must be marked filterable.

Implementation

core.bool? isFilterable;