RealTimeLogInfo constructor

RealTimeLogInfo({
  1. String page = "",
  2. String jsLibVersion = "",
  3. String appId = "",
  4. List<String> filterMsgs = const [],
  5. List<LogItem> logs = const [],
})

Implementation

RealTimeLogInfo(
    {this.page = "",
    this.jsLibVersion = "",
    this.appId = "",
    this.filterMsgs = const [],
    this.logs = const []});