ZResponse class

Annotations

Constructors

ZResponse({int? took, @JsonKey(name: 'timed_out') bool? timedOut, @JsonKey(name: '_shards') Shards? shards, Hits? hits, String? error})
const
factory
ZResponse.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $ZResponseCopyWith<ZResponse>
Create a copy of ZResponse with the given fields replaced by the non-null parameter values.
no setterinherited
error String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hits Hits?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shards Shards?
no setterinherited
timedOut bool?
no setterinherited
took int?
no setterinherited

Methods

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

Operators

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