Dart
dart:html
Body
json method
description
json method
Future
json
(
)
Implementation
Future json() => promiseToFuture(JS(
""
,
"#.json()"
,
this
));