$DrainedMachine.fromJson constructor

$DrainedMachine.fromJson(
  1. Map json_
)

Implementation

$DrainedMachine.fromJson(core.Map json_)
  : this(nodeIp: json_['nodeIp'] as core.String?);