filterableOptions property

Filterable? get filterableOptions

Implementation

Filterable? get filterableOptions => options is Filterable
    ? options as Filterable?
    : throw StateError(
        'The SelectionOptions provided should implement Filterable');