isNotBlank property

bool get isNotBlank

Implementation

bool get isNotBlank => this != null && !this!.isBlank;