ModerationLabel constructor

ModerationLabel({
  1. double? confidence,
  2. String? name,
  3. String? parentName,
})

Implementation

ModerationLabel({
  this.confidence,
  this.name,
  this.parentName,
});