JSONConfigDocument.loadFromJSONString constructor

JSONConfigDocument.loadFromJSONString(
  1. String json
)

Implementation

JSONConfigDocument.loadFromJSONString(String json)
    : this(dart_convert.json.decode(json));