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