sockets property

List<DashboardSocket> get sockets

A list of all the sockets this model manages.

Implementation

List<DashboardSocket> get sockets => [data, video, autonomy];