CreateVoiceRegionRequest.fromJson constructor

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

Implementation

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