SocketProfile constructor

SocketProfile({
  1. required List<SocketStatistic> sockets,
})

Implementation

SocketProfile({required this.sockets});