CreateVoiceServerRequest.fromJson constructor

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

Implementation

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