isEmpty property

bool isEmpty

This means only the {@link #EMPTY} (wildcard? not sure) context is in set.

Implementation

bool get isEmpty {
  return this == EmptyPredictionContext.Instance;
}