DeleteMatchmakingConfigurationOutput.fromJson constructor

DeleteMatchmakingConfigurationOutput.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory DeleteMatchmakingConfigurationOutput.fromJson(
    Map<String, dynamic> _) {
  return DeleteMatchmakingConfigurationOutput();
}