Dart
dart:html
Animation
finished property
description
finished property
Future
<
Animation
>
finished
Implementation
Future<Animation>
get
finished => promiseToFuture<Animation>(JS(
""
,
"#.finished"
,
this
));