DisassociateDeviceFromPlacementResponse.fromJson constructor

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

Implementation

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