isBlank property

bool isBlank

Implementation

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