results property
dynamic
results
final
The Realm query results to sync. Changes to these objects trigger sync operations.
Example: realm.all<ChatMessage>() or realm.query<Task>('status == "pending"')
Implementation
final RealmResults<T> results;