Hash.fromJson constructor

Hash.fromJson(
  1. String json
)

Implementation

factory Hash.fromJson(String json) {
  return parse(json);
}