name property

String name

Returns Record SName by Record Type

Implementation

String get name {
  if (isAuth) {
    return extractName(host);
  } else if (isName) {
    return host;
  }
  return "";
}