isNullOrEmpty property

bool get isNullOrEmpty

Implementation

bool get isNullOrEmpty {
  return this == null || this!.isEmpty;
}