FileSearchResultDelta class

A streamed delta for a file search result.

Each entry in result is a raw FileSearchResult object; the spec defines no fields on it yet, so the payload is preserved verbatim.

Inheritance

Constructors

FileSearchResultDelta({List<Map<String, dynamic>>? result, String? signature})
Creates a FileSearchResultDelta instance.
const
FileSearchResultDelta.fromJson(Map<String, dynamic> json)
Creates a FileSearchResultDelta from JSON.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
result List<Map<String, dynamic>>?
The results of the file search.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String?
Signature hash for backend validation.
final
type String
The type discriminator for this delta.
no setteroverride

Methods

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

Operators

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