SaveApplicationLogEvent constructor

SaveApplicationLogEvent({
  1. required String type,
  2. int? chatId,
  3. JsonValue? data,
})

Implementation

SaveApplicationLogEvent({required this.type, this.chatId, this.data});