ActivateMachineResponse constructor

ActivateMachineResponse({
  1. required Machine data,
})

Returns a new ActivateMachineResponse instance.

Implementation

ActivateMachineResponse({
  required this.data,
});