isNotNullOrBlank property

bool isNotNullOrBlank

Implementation

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