IsarCollectionWithCreateRecord<R> constructor
const
IsarCollectionWithCreateRecord<R> ({
- required IsarCollection<
R> collection, - required R createRecord(),
Implementation
const factory IsarCollectionWithCreateRecord({
required IsarCollection<R> collection,
required R Function() createRecord,
}) = _IsarCollectionWithCreateRecord;