isBlank property

bool get isBlank

Implementation

bool get isBlank => this?.trim().length == 0;