ResolveResponse class

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

ResolveResponse({int? status, bool? tc, bool? rd, bool? ra, bool? ad, bool? cd, List<Question>? question, List<RRecord>? answer, String? comment})
ResolveResponse.fromJson(Map<String, dynamic> json)
factory

Properties

getter/setter pair
answer List<RRecord>?
getter/setter pair
cd bool?
getter/setter pair
comment String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
question List<Question>?
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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