Json.fromString constructor Null safety
- String json
Decodes the string with JsonDecoder and wraps it with Json
Implementation
Json.fromString(String json) : _rawValue = Json.decoder.convert(json);
Decodes the string with JsonDecoder and wraps it with Json
Json.fromString(String json) : _rawValue = Json.decoder.convert(json);