GoogleCloudDatalabelingV1beta1LabelStats constructor

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

Implementation

GoogleCloudDatalabelingV1beta1LabelStats({
  this.exampleCount,
});