Collection constructor

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

Implementation

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