Resp.fromJson constructor

Resp.fromJson(
  1. String str
)

Implementation

factory Resp.fromJson(String str) => Resp.fromMap(json.decode(str));