DataTypeCount constructor

DataTypeCount({
  1. String? count,
  2. String? type,
})

Implementation

DataTypeCount({this.count, this.type});