NodePool.fromJson constructor
Implementation
factory NodePool.fromJson(Map<String, dynamic> json) => NodePool(
chainBeacon: ChainBeacon.fromJson(json["chain_beacon"]),
currentEpoch: json["current_epoch"],
nodeState: json["node_state"],
);