QueryItemModel class

QueryItem model.

Annotations
  • @freezed

Constructors

QueryItemModel({required DateTime timestamp, required String queryType, required String domain, required String clientName, required QueryStatus queryStatus, required DnsSecStatus dnsSecStatus, required double delta})
factory
QueryItemModel.fromJson(Map<String, dynamic> json)
factory
QueryItemModel.fromList(List list)
factory

Properties

clientName String
no setterinherited
copyWith → $QueryItemModelCopyWith<QueryItemModel>
no setterinherited
delta double
no setterinherited
dnsSecStatus DnsSecStatus
no setterinherited
domain String
no setterinherited
entity QueryItem
latefinal
hashCode int
The hash code for this object.
no setterinherited
queryStatus QueryStatus
no setterinherited
queryType String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime
no setterinherited

Methods

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

Operators

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