Collection constructor

const Collection({
  1. bool deepEquality = true,
})

If deepEquality is set to true. The generated operator== uses DeepCollectionEquality from collection package

Implementation

const Collection({
  this.deepEquality = true
});