AppliedLabelChangeDetail class
A change made to a Label on the Target.
Constructors
-
AppliedLabelChangeDetail({List<
FieldValueChange> ? fieldChanges, String? label, String? title, List<String> ? types}) - AppliedLabelChangeDetail.fromJson(Map json_)
Properties
-
fieldChanges
↔ List<
FieldValueChange> ? -
Field Changes.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- label ↔ String?
-
The Label name representing the Label that changed.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String?
-
The human-readable title of the label that changed.
getter/setter pair
-
types
↔ List<
String> ? -
The types of changes made to the Label on the Target.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited