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