availableConditions property

Map<String, List<String>> availableConditions
final

Each property contains a List of values that correspond to at least one item from the source bloc.

These groups are used to construct UI that can then dispatch AddCondition and RemoveCondition events to the FilterConditionsBloc.

Implementation

final Map<String, List<String>> availableConditions;