Nameserver class
Nameserver includes the following elements.
Constructors
-
Nameserver({required String name, List<
String> ? glueIps}) -
Nameserver.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
glueIps
→ List<
String> ? -
Glue IP address of a name server entry. Glue IP addresses are required only
when the name of the name server is a subdomain of the domain. For example,
if your domain is example.com and the name server for the domain is
ns.example.com, you need to specify the IP address for ns.example.com.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The fully qualified host name of the name server.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited