isBlank property

bool get isBlank

Whether this string is blank.

Implementation

bool get isBlank => trim().isEmpty;