RealmList<T extends Object?> constructor

RealmList<T extends Object?>(
  1. Iterable<T> items
)

Creates an unmanaged RealmList from items

Implementation

factory RealmList(Iterable<T> items) => UnmanagedRealmList(items);