isBlank property

bool get isBlank

Implementation

bool get isBlank {
  return this == null || this!.trim().length == 0;
}