GetJsonValue constructor

GetJsonValue(
  1. {required String json,
  2. int? extra,
  3. int? clientId}
)

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

Returns JsonValue

Implementation

GetJsonValue