server property

  1. @override
AutonomyServer server
latefinal

A server to communicate with the dashboard and receive data from the subsystems.

Implementation

@override late final AutonomyServer server = AutonomyServer(collection: this);