$DrainedMachine constructor

$DrainedMachine({
  1. String? nodeIp,
})

Implementation

$DrainedMachine({
  this.nodeIp,
});