LabelModification constructor
LabelModification({
- List<
LabelFieldModification> ? fieldModifications, - String? kind,
- String? labelId,
- bool? removeLabel,
Implementation
LabelModification({
this.fieldModifications,
this.kind,
this.labelId,
this.removeLabel,
});