JsObject class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setteroverride
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
callMethod(Object method, [List? args])
→ dynamic
-
Calls
method on the JavaScript object with the arguments args and
returns the result.
-
deleteProperty(Object property)
→ void
-
Removes
property from the JavaScript object.
-
hasProperty(Object property)
→ bool
-
Returns
true if the JavaScript object contains the specified property
either directly or though its prototype chain.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
Returns the result of the JavaScript objects
toString method.
override