Match class

A class representing a match criteria used in Weaviate requests.

Use this class to specify the matching criteria for filtering data in Weaviate requests.

Annotations
  • @JsonSerializable()

Constructors

Match({required Map<String, dynamic> where})
Creates a new Match instance.
Match.fromJson(Map<String, dynamic> json)
Creates a Match instance from a JSON map.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
where Map<String, dynamic>
The matching criteria represented as a map.
final

Methods

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

Operators

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