LabelModification constructor

LabelModification({
  1. List<LabelFieldModification>? fieldModifications,
  2. String? kind,
  3. String? labelId,
  4. bool? removeLabel,
})

Implementation

LabelModification({
  this.fieldModifications,
  this.kind,
  this.labelId,
  this.removeLabel,
});