$LabelStats constructor

$LabelStats({
  1. Map<String, String>? exampleCount,
})

Implementation

$LabelStats({
  this.exampleCount,
});