EchoResponse.fromJson constructor

EchoResponse.fromJson(
  1. String str
)

Implementation

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