isNullOrWhiteSpace method

bool isNullOrWhiteSpace()

Implementation

bool isNullOrWhiteSpace() {
  return this.trim().isEmpty;
}