RealmListOfObject<T extends RealmObjectBase> extension
- on
-
- RealmList<
T>
- RealmList<
Methods
-
query(
String query, [List< Object?> arguments = const []]) → RealmResults<T> -
Available on RealmList<
Filters the list and returns a new RealmResults according to the providedT> , provided by the RealmListOfObject extensionquery
(with optionalarguments
).