isNotEmptyStrict method

bool isNotEmptyStrict()

更加严格的模式

Implementation

bool isNotEmptyStrict() {
  return isNotEmpty && this != 'null' && this != 'NULL';
}