Dart SDK
dart:js
JsNative
method toTypedObject
toTypedObject
class JsNative
Constructors
JsNative
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
callConstructor
callConstructor0
callMethod
getProperty
hasProperty
instanceof
jsify
newArray
newObject
setProperty
toTypedObject
withThis
dynamic
toTypedObject
(
JsObject
o
)
Source
static toTypedObject(JsObject o) native "JSNative_toTypedObject";
method toTypedObject