isBlank property

bool isBlank

Whether the string is either null, empty or is solely made of whitespace characters.

Implementation

bool get isBlank => !isNotBlank;