实际上是 jsify 的逆操作,dartify 接收一个 JavaScript 对象,并将其转换为基于 Dart 的对象。只支持 JS 原始类型、数组或类似 JS 的 'map' 对象。
external Object? dartify(Object? o);