isNotBlank property

bool isNotBlank

Implementation

bool get isNotBlank => this.map(Conditions.notBlank).orElseGet(false);