menu
kt_isar package
documentation
kt_isar.dart
Collection
Collection.new const constructor
Collection.new const constructor
dark_mode
light_mode
Collection
constructor
const
Collection
(
{
bool
inheritance
=
true
,
String
?
accessor
,
})
Annotation to create an Isar collection.
Implementation
const Collection({this.inheritance = true, this.accessor});
kt_isar package
documentation
kt_isar
Collection
Collection.new const constructor
Collection class