AssociateDeviceWithNetworkProfileResponse.fromJson constructor

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

Implementation

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