Json.fromString constructor

const Json.fromString(
  1. String value
)

Create a JSON value containing the given value.

Implementation

const Json.fromString(String this.value);