toJson method
Serializes these settings to JSON.
Implementation
Json toJson() => {
"subsystemsSocket": subsystemsSocket.toJson(),
"videoSocket": videoSocket.toJson(),
"autonomySocket": autonomySocket.toJson(),
"tankSocket": tankSocket.toJson(),
"connectionTimeout": connectionTimeout,
};