ConfigMap constructor

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

Implementation

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