- Dart
- dart:js
- JavaScriptObject class
Interceptor base class for JavaScript objects not recognized as some more
specific native type.
Methods
-
toString()
→ String
-
Returns the result of the JavaScript objects
toString
method.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited