UpdateThingRuntimeConfigurationResponse.fromJson constructor

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

Implementation

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