isNotNullAndNotEmpty method

bool isNotNullAndNotEmpty()

Implementation

bool isNotNullAndNotEmpty() {
  return !isNullOrEmpty();
}