$DrainingMachine.fromJson constructor

$DrainingMachine.fromJson(
  1. Map json_
)

Implementation

$DrainingMachine.fromJson(core.Map json_)
    : this(
        nodeIp: json_['nodeIp'] as core.String?,
        podCount: json_['podCount'] as core.int?,
      );