FieldCollector<T> constructor

const FieldCollector<T>(
  1. String type,
  2. String dataType,
  3. dynamic defaultValue
)

Implementation

const FieldCollector(this.type, this.dataType, this.defaultValue);