isBlank method

bool isBlank()

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

Implementation

bool isBlank() => _isEmpty(this);