DebugVect constructor

DebugVect({
  1. required uint64_t timeUsec,
  2. required float x,
  3. required float y,
  4. required float z,
  5. required List<char> name,
})

Implementation

DebugVect({
  required this.timeUsec,
  required this.x,
  required this.y,
  required this.z,
  required this.name,
});