Hit constructor
Implementation
const factory Hit({
@JsonKey(name: '_index') String? index,
@JsonKey(name: '_type') String? type,
@JsonKey(name: '_id') String? id,
@JsonKey(name: '_score') double? score,
@JsonKey(name: '@timestamp') DateTime? timestamp,
@JsonKey(name: '_source') Source? source,
}) = _Hit;