VoiceDebugLoggingEventSchema constructor

const VoiceDebugLoggingEventSchema({
  1. required String type,
  2. required String timestampNs,
  3. String? monotonicNs,
  4. Map<String, dynamic>? data,
})

Implementation

const VoiceDebugLoggingEventSchema({
  required this.type,
  required this.timestampNs,
  this.monotonicNs,
  this.data,
});