isEmpty property

  1. @override
bool isEmpty
override

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

Implementation

@override
bool get isEmpty {
  return true;
}