ConfigMapOfSets constructor

const ConfigMapOfSets({
  1. bool isDeepEquals = true,
  2. bool sortKeys = false,
  3. bool sortValues = false,
  4. bool removeEmptySets = true,
  5. bool cacheHashCode = true,
})

Implementation

const ConfigMapOfSets({
  this.isDeepEquals = true,
  this.sortKeys = false,
  this.sortValues = false,
  this.removeEmptySets = true,
  this.cacheHashCode = true,
});