StyledDevicesLogs constructor

StyledDevicesLogs({
  1. List<Ohlc> list = const <Ohlc>[],
})

Implementation

StyledDevicesLogs({this.list = const <Ohlc> []});