EventLog constructor

EventLog({
  1. num id,
  2. num insertInstant,
  3. String message,
  4. EventLogType type,
})

Implementation

EventLog({this.id, this.insertInstant, this.message, this.type});