innerIsNotEmpty method

bool innerIsNotEmpty()

Implementation

bool innerIsNotEmpty() {
  return _inner.isNotEmpty;
}