Json constructor

const Json(
  1. Object? jsonObject, [
  2. void _onError(
    1. String message
    )?
])

Create Json from the Object

Implementation

const Json(Object? jsonObject, [ this._onError ]):
  _jsonObject = jsonObject;