Change class

An object that contains the ChangeType, Details, and Entity.

Constructors

Change({required String changeType, required String details, required Entity entity})

Properties

changeType String
Change types are single string values that describe your intention for the change. Each change type is unique for each EntityType provided in the change's scope.
final
details String
This object contains details specific to the change type of the requested change.
final
entity Entity
The entity to be 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

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