isBlank property

bool isBlank

Checks if this record is blank

Implementation

bool get isBlank => this.ttl == -1 && this.type == "-" && this.host == "-" && this.value == "-";