isNotBlank property

bool isNotBlank

Implementation

bool get isNotBlank {
  return this.trim().isNotEmpty;
}