ResetMachineResponse constructor

ResetMachineResponse({
  1. required Machine data,
})

Returns a new ResetMachineResponse instance.

Implementation

ResetMachineResponse({
  required this.data,
});