isNotNullOrEmpty method

bool isNotNullOrEmpty()

Implementation

bool isNotNullOrEmpty() {
  return !this.isNullOrEmpty();
}