VoiceState.fromJson constructor

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

Implementation

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