UpdateComponentConfigurationResponse.fromJson constructor

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

Implementation

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