NodePool.fromRawJson constructor

NodePool.fromRawJson(
  1. String str
)

Implementation

factory NodePool.fromRawJson(String str) =>
    NodePool.fromJson(json.decode(str));