withCreateRecord method
Implementation
IsarCollectionWithCreateRecord<R> withCreateRecord(
R Function() createRecord,
) =>
IsarCollectionWithCreateRecord(
collection: this,
createRecord: createRecord,
);
IsarCollectionWithCreateRecord<R> withCreateRecord(
R Function() createRecord,
) =>
IsarCollectionWithCreateRecord(
collection: this,
createRecord: createRecord,
);