LoggingInfo constructor

LoggingInfo({
  1. required BrokerLogs brokerLogs,
})

Implementation

LoggingInfo({
  required this.brokerLogs,
});