RealmList<T extends Object?> constructor
RealmList<T extends Object?> (
- Iterable<
T> items
Creates an unmanaged RealmList from items
Implementation
factory RealmList(Iterable<T> items) => UnmanagedRealmList(items);