GoogleCloudDatalabelingV1p2alpha1LabelStats constructor

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

Implementation

GoogleCloudDatalabelingV1p2alpha1LabelStats({
  this.exampleCount,
});