Dart
dart:js_util
getProperty<
T
> function
getProperty
description
getProperty<
T
>
function
Null safety
T
getProperty
<
T
>(
Object
o
,
Object
name
)
Implementation
external T getProperty<T>(Object o, Object name);
Dart
dart:js_util
getProperty<
T
> function
dart:js_util library
Properties
globalThis
objectPrototype
Functions
add
callConstructor
callMethod
dartify
divide
equal
exponentiate
getProperty
greaterThan
greaterThanOrEqual
hasProperty
instanceof
instanceOfString
isJavaScriptArray
isJavaScriptSimpleObject
jsify
lessThan
lessThanOrEqual
modulo
multiply
newObject
notEqual
objectGetPrototypeOf
objectKeys
promiseToFuture
setProperty
strictEqual
strictNotEqual
subtract
Exceptions
NullRejectionException