VoiceDebugLoggingToggleBodySchema constructor

const VoiceDebugLoggingToggleBodySchema({
  1. required bool enabled,
  2. int? durationMs,
})

Implementation

const VoiceDebugLoggingToggleBodySchema({
  required this.enabled,
  this.durationMs,
});