isNullOrWhiteSpace property

bool get isNullOrWhiteSpace

Implementation

bool get isNullOrWhiteSpace {
  return isEmpty;
}