isEmptyOrNull property

bool get isEmptyOrNull

Implementation

bool get isEmptyOrNull {
  return this?.isEmpty ?? true;
}