isBlank property

bool get isBlank

Check if string is empty or contains only whitespace

Implementation

bool get isBlank => trim().isEmpty;