dartwatch-JsonObject icon indicating copy to clipboard operation
dartwatch-JsonObject copied to clipboard

Using Experimental Mirrors Based Approach, getting exception: Class '_LocalInstanceMirrorImpl' has no instance method 'then'.

Open proteme opened this issue 12 years ago • 0 comments

Thanks for this valuable effort. I have just started playing with it.

I am using the following code as suggested by the documentation:

objectToJson(instanceOfMyClass).then((jsonStr) => print(jsonStr));

However, I get the exception: Breaking on exception: Class '_LocalInstanceMirrorImpl' has no instance method 'then'.

proteme avatar Aug 29 '13 09:08 proteme