DebugFloatArray constructor

DebugFloatArray({
  1. required uint64_t timeUsec,
  2. required uint16_t arrayId,
  3. required List<char> name,
  4. required List<float> data,
})

Implementation

DebugFloatArray({
  required this.timeUsec,
  required this.arrayId,
  required this.name,
  required this.data,
});