FluentJson.decode constructor
FluentJson.decode(
- String json
Implementation
FluentJson.decode(String json) : this(json: jsonDecode(json));
FluentJson.decode(String json) : this(json: jsonDecode(json));