ChangedValueBean class
Details of names changed in the record event.
Constructors
- ChangedValueBean({String? changedFrom, String? changedTo, String? fieldName})
-
ChangedValueBean.fromJson(Map<
String, Object?> json) -
factory
Properties
- changedFrom → String?
-
The value of the field before the change.
final
- changedTo → String?
-
The value of the field after the change.
final
- fieldName → String?
-
The name of the field changed.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? changedFrom, String? changedTo, String? fieldName}) → ChangedValueBean -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited