dart / 2 / dart-js_util / dartify.html

dartify function

Object? dartify(
  1. Object? o
)

Effectively the inverse of jsify, dartify Takes a JavaScript object, and converts it to a Dart based object. Only JS primitives, arrays, or 'map' like JS objects are supported.

Implementation

external Object? dartify(Object? o);

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-js_util/dartify.html