isNotEmpty method

bool isNotEmpty()

Implementation

bool isNotEmpty() {
  return _object != null;
}