Json.fromString constructor
const
Json.fromString(
- String value
Create a JSON value containing the given value.
Implementation
const Json.fromString(String this.value);
Create a JSON value containing the given value.
const Json.fromString(String this.value);