Dart
dart:js_util
newObject function
description
newObject function
dynamic
newObject
(
)
Implementation
newObject() => JS(
'=Object'
,
'{}'
);