Results<T extends RLMObject> class

This class uses in swift libary as lazy array, but since we cannot use lazy list we need to call list for translate objects into flutter

Constructors

Results(MethodChannel _channel, ItemCreator<T> _creator, SyncUser _syncUser, String _appId, String _partition)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int?
no getter
limit int
no getter
query String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sorted List<Sort>
no getter
syncUser SyncUser
no setter
uniqueListenerId int
getter/setter pair

Methods

count() Future<int?>
Get query result count
indexObject<T>() Future<List<T>>
Fetch list with given parameters.
last<T>() Future<List<T>>
Fetch list with given parameters.
list<T>() Future<List<T>>
Fetch list with given parameters.
listInternal<T>(String database, {Map? filter, Map? sort}) Future<List<T>>
Fetch list with given parameters. this method working over partitions. it can work slower since in this case you need internet connection Return result not included nested object / list
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify(MethodCall call) Future
subscribe() Future<Stream<List<NotificationObject>>?>
toString() String
A string representation of this object.
inherited
unSubscribe() → dynamic
watch(String database, {Map? filter}) Future<Stream<List<NotificationObject>>?>
Return result not included nested object / list

Operators

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