PingMachineResponse constructor

PingMachineResponse({
  1. required Machine data,
})

Returns a new PingMachineResponse instance.

Implementation

PingMachineResponse({
  required this.data,
});