have method

bool have()

Implementation

bool have() {
  return list.isNotEmpty;
}