RealmListOfObject<T extends RealmObjectBase> extension

on

Methods

query(String query, [List<Object?> arguments = const []]) RealmResults<T>
Filters the list and returns a new RealmResults according to the provided query (with optional arguments).