IsarCollectionWithCreateRecord<R> constructor

const IsarCollectionWithCreateRecord<R>({
  1. required IsarCollection<R> collection,
  2. required R createRecord(),
})

Implementation

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