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