VoiceDebugLoggingEventSchema.fromJson constructor

VoiceDebugLoggingEventSchema.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory VoiceDebugLoggingEventSchema.fromJson(Map<String, Object?> json) =>
    _$VoiceDebugLoggingEventSchemaFromJson(json);