ConfigSet constructor

const ConfigSet({
  1. bool isDeepEquals = true,
  2. bool sort = false,
  3. bool cacheHashCode = true,
})

Implementation

const ConfigSet({
  this.isDeepEquals = true,
  this.sort = false,
  this.cacheHashCode = true,
});