RoomLogEvent constructor

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

Implementation

RoomLogEvent({required this.type, required this.data});