sockets property
A list of all the sockets this model manages.
Implementation
List<DashboardSocket> get sockets => [data, video, autonomy];
A list of all the sockets this model manages.
List<DashboardSocket> get sockets => [data, video, autonomy];