FluentJson.decode constructor

FluentJson.decode(
  1. String json
)

Implementation

FluentJson.decode(String json) : this(json: jsonDecode(json));