isBlank property

bool get isBlank

Implementation

bool get isBlank {
  return this.trim().isEmpty;
}