mEmpty method

bool mEmpty()

Implementation

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