AddApplicationInputProcessingConfigurationResponse.fromJson constructor

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

Implementation

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