IterableClassification constructor

const IterableClassification({
  1. bool hasNull = false,
  2. bool hasObj = false,
  3. bool hasMap = false,
  4. bool hasId = false,
  5. bool hasOther = false,
})

Implementation

const IterableClassification(
    {this.hasNull = false,
    this.hasObj = false,
    this.hasMap = false,
    this.hasId = false,
    this.hasOther = false});