I am looking for some reverse of new JsObject.jsify. Something, that would convert javascript Object back to Dart Map Is there somethi
new JsObject.jsify
Object
Map
All of the above answers didn't work for me.
matanlurey provided a solution which seems more up to date and actually worked for me (Dart SDK 1.24.0), here:
https://stackoverflow.com/a/41291503/5280562
It's very similar in a nutshell but uses the new package:js instead of dart:js.
package:js
dart:js