isNullOrBlank property

bool isNullOrBlank

Implementation

bool get isNullOrBlank {
  return this == null || this!.isBlank;
}