isNullOrBlank method

bool isNullOrBlank()

Checks if data is null or Blank (empty or only contains whitespace).

Implementation

bool isNullOrBlank() => ObjectUtils.isNullOrBlank(this);