AppliedLabel constructor

AppliedLabel({
  1. List<FieldValue>? fieldValues,
  2. String? id,
  3. Reason? reason,
  4. String? title,
})

Implementation

AppliedLabel({this.fieldValues, this.id, this.reason, this.title});