Replies.fromJson constructor
Replies.fromJson(
- String source
This is will help us to create object from json input
Implementation
factory Replies.fromJson(String source) =>
Replies.fromMap(json.decode(source));