isNotNullAndEmpty method

bool isNotNullAndEmpty()

Implementation

bool isNotNullAndEmpty(){
  return this != null && this!.isNotEmpty;
}