SearchResult<Type> class

Implemented types

Constructors

SearchResult(int numFetched, int numTotalAccordingToSearchParam, Iterable<Type> collection)

Properties

collection Iterable<Type>
final
hashCode int
The hash code for this object.
no setterinherited
numFetched int
final
numTotalAccordingToSearchParam int
final
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
serialize([String? locale]) Map<String, dynamic>
override
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson<Type>(Map<String, dynamic> json, Type typeDeserializeConstructor(Map<String, dynamic>)) SearchResult<Type>
fromMap<Type, InnerTypeSerialized>(Map<String, dynamic> map, Type typeDeserializeConstructor(InnerTypeSerialized)) SearchResult<Type>