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