ZResponse constructor
Implementation
const factory ZResponse({
int? took,
@JsonKey(name: 'timed_out') bool? timedOut,
@JsonKey(name: '_shards') Shards? shards,
Hits? hits,
String? error,
}) = _ZResponse;
const factory ZResponse({
int? took,
@JsonKey(name: 'timed_out') bool? timedOut,
@JsonKey(name: '_shards') Shards? shards,
Hits? hits,
String? error,
}) = _ZResponse;