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