JavaScriptObject class
Interceptor base class for JavaScript objects not recognized as some more specific native type.
Constructors
- JavaScriptObject()
-
const
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
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