GoogleCloudDatalabelingV1alpha1LabelStats constructor

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

Implementation

GoogleCloudDatalabelingV1alpha1LabelStats({
  this.exampleCount,
});