LogEntry constructor

const LogEntry({
  1. required String type,
  2. required Map<String, dynamic> data,
})

Implementation

const LogEntry({required this.type, required this.data});