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
- 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
-
last<
T> () → Future< T> - Fetch list with given parameters.
-
list<
T> () → Future< List< T> > - Fetch list with given parameters.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notify(
MethodCall call) → Future -
subscribe(
) → Future< StreamController< List< ?>NotificationObject> > -
toString(
) → String -
A string representation of this object.
inherited
-
unSubscribe(
) → dynamic
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited