EventLogTitle constructor

const EventLogTitle({
  1. Key? key,
  2. required int id,
})

Implementation

const EventLogTitle({
  super.key,
  required this.id,
});