PostListWithSearchMatches class abstract

PostListWithSearchMatches

Properties:

  • order
  • posts
  • matches - A mapping of post IDs to a list of matched terms within the post. This field will only be populated on servers running version 5.1 or greater with Elasticsearch enabled.

Constructors

PostListWithSearchMatches([void updates(PostListWithSearchMatchesBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
matches → BuiltMap<String, BuiltList<String>>?
A mapping of post IDs to a list of matched terms within the post. This field will only be populated on servers running version 5.1 or greater with Elasticsearch enabled.
no setter
order → BuiltList<String>?
no setter
posts → BuiltMap<String, Post>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PostListWithSearchMatchesBuilder)) PostListWithSearchMatches
Rebuilds the instance.
inherited
toBuilder() PostListWithSearchMatchesBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<PostListWithSearchMatches>
no setter