AppliedLabel constructor
AppliedLabel({
- List<
FieldValue> ? fieldValues, - String? id,
- Reason? reason,
- String? title,
Implementation
AppliedLabel({this.fieldValues, this.id, this.reason, this.title});