PublicSearchResult class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
chunks(
) → FfiListPublicSearchResultItem - get the chunk of items in this response
-
drop(
) → void - Manually drops the object and unregisters the FinalizableHandle.
-
nextBatch(
) → String? -
to be used for the next
since
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prevBatch(
) → String? - to get the previous page
-
toString(
) → String -
A string representation of this object.
inherited
-
totalRoomCountEstimate(
) → int? - an estimated total of matches
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited