JsValue constructor

JsValue({
  1. required dynamic dartObject,
  2. required JsValueType type,
})

Implementation

JsValue({
  required this.dartObject,
  required this.type,
});