mNotEmpty method

bool mNotEmpty()

Implementation

bool mNotEmpty() {
  return GetUtils.isNullOrBlank(this)!.not();
}