isEmptyOrNull property

bool isEmptyOrNull

Implementation

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