isName property

bool isName

Checks if this record is a Name Type Record

Implementation

bool get isName => !this.isAuth && !this.isBlank && !this.host.contains("_") && this.type.toLowerCase().contains("txt");