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