GetJsonValue constructor
const
GetJsonValue({
- required String json,
Converts a JSON-serialized string to corresponding JsonValue object. Can be called synchronously
Implementation
const GetJsonValue({
required this.json,
});