HashInfo.fromRawJson constructor

HashInfo.fromRawJson(
  1. String str
)

Implementation

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