isNotEmpty method

bool isNotEmpty()

Implementation

bool isNotEmpty() {
  return _values.isNotEmpty;
}