VoiceDebugLoggingEventsResponse.fromJson constructor

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

Implementation

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