FreqData constructor

FreqData({
  1. String? key,
  2. String? value,
  3. String? name,
})

Implementation

FreqData({this.key, this.value,this.name});