Collection constructor

const Collection({
  1. bool inheritance = true,
  2. String? accessor,
})

Annotation to create an Isar collection.

Implementation

const Collection({this.inheritance = true, this.accessor});