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