ActionHistory class

The historical records for a budget action.

Constructors

ActionHistory({required ActionHistoryDetails actionHistoryDetails, required EventType eventType, required ActionStatus status, required DateTime timestamp})
ActionHistory.fromJson(Map<String, dynamic> json)
factory

Properties

actionHistoryDetails ActionHistoryDetails
The description of details of the event.
final
eventType EventType
This distinguishes between whether the events are triggered by the user or generated by the system.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ActionStatus
The status of action at the time of the event.
final
timestamp DateTime
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited