ConfigList constructor

const ConfigList({
  1. bool isDeepEquals = true,
  2. bool cacheHashCode = true,
})

Implementation

const ConfigList({
  this.isDeepEquals = true,
  this.cacheHashCode = true,
});