BootEvent constructor

BootEvent({
  1. required String message,
  2. required DateTime timestamp,
})

Implementation

BootEvent({
  required this.message,
  required this.timestamp,
});