isAuth property

bool isAuth

Checks if this record is a Auth Type Record

Implementation

bool get isAuth => this.host.contains(AUTH_DIVIDER);