isNotBlank property

bool isNotBlank

Checks if this record is NOT blank

Implementation

bool get isNotBlank => !this.isBlank;