JSObject class

Implemented types
Implementers

Constructors

JSObject(dynamic arg, [List? arguments])

Properties

hashCode int
The hash code for this object.
no setterinherited
jsObject JsObject
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asMap() Map
override
callMethod(String method, [List? arguments]) → dynamic
override
callMethodAwaitPromise(String method, [List? arguments]) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](dynamic key) → dynamic
override
operator []=(dynamic key, dynamic value) → void
override

Static Methods

transformToBrowserJSObject(dynamic obj) → dynamic
transformToMPJSObject(dynamic obj) → dynamic