isNullOrBlank method

bool isNullOrBlank()

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

Implementation

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