isNotNullOrBlank property

bool get isNotNullOrBlank

Implementation

bool get isNotNullOrBlank {
  return this != null && this!.isNotBlank;
}