UavcanNodeInfo constructor
UavcanNodeInfo({})
Implementation
UavcanNodeInfo({
required this.timeUsec,
required this.uptimeSec,
required this.swVcsCommit,
required this.name,
required this.hwVersionMajor,
required this.hwVersionMinor,
required this.hwUniqueId,
required this.swVersionMajor,
required this.swVersionMinor,
});