Dart SDK
dart:js
JsNative
callMethod
callMethod
Dart SDK
dart:js
JsNative
callMethod
method
callMethod
Source
Dart SDK
dart:js
JsNative
Static methods
callConstructor
callConstructor0
callMethod
getProperty
hasProperty
instanceof
jsify
newArray
newObject
setProperty
toTypedObject
withThis
Constructors
JsNative
Properties
hashCode
runtimeType
Operators
operator ==
Methods
noSuchMethod
toString
dynamic
callMethod
(
_JSObjectBase
o
,
String
method
,
List
args
)
Source
static
callMethod
(
_JSObjectBase o
,
String
method
,
List args
)
=>
o
.
_callMethod
(
method
,
args
);