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