DnsResponse class

Constructors

DnsResponse({required int status, required bool tc, required bool rd, required bool ra, required bool ad, required bool cd, required List<DnsQuestion> question, required List<DnsRecord> answer})
DnsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

getter/setter pair
answer List<DnsRecord>
getter/setter pair
cd bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
question List<DnsQuestion>
getter/setter pair
ra bool
getter/setter pair
rd bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
getter/setter pair
tc bool
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited