GetJsonString constructor

const GetJsonString({
  1. required JsonValue jsonValue,
})

Converts a JsonValue object to corresponding JSON-serialized string. Can be called synchronously

Implementation

const GetJsonString({
  required this.jsonValue,
});