Entry constructor

Entry({
  1. String? itemCount,
  2. String? predictedLabel,
})

Implementation

Entry({
  this.itemCount,
  this.predictedLabel,
});