menu
event_bus_plus package
documentation
res/history_entry.dart
EventBusHistoryEntry
EventBusHistoryEntry const constructor
EventBusHistoryEntry const constructor
dark_mode
light_mode
EventBusHistoryEntry
constructor
const
EventBusHistoryEntry
(
AppEvent
event
,
DateTime
timestamp
)
The history entry
Implementation
const EventBusHistoryEntry(this.event, this.timestamp);
event_bus_plus package
documentation
res/history_entry
EventBusHistoryEntry
EventBusHistoryEntry const constructor
EventBusHistoryEntry class