isNotBlank property

bool isNotBlank

Returns true if string isn't blank

Implementation

bool get isNotBlank => this != null && this!.trim().isNotEmpty;