isBlank property

bool isBlank

Implementation

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