JavaScriptObject class

Interceptor base class for JavaScript objects not recognized as some more specific native type.

Constructors

JavaScriptObject()
const

Properties

hashCode int
read-only
runtimeType Type
read-only

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

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited