EchoResponse.fromJson constructor
EchoResponse.fromJson(
- String str
Implementation
factory EchoResponse.fromJson(String str) => EchoResponse.fromMap(json.decode(str));
factory EchoResponse.fromJson(String str) => EchoResponse.fromMap(json.decode(str));