finished property

Future<Animation> finished
@DocsEditable(), @DomName('Animation.finished'), @Experimental()

Implementation

@DomName('Animation.finished')
@DocsEditable()
@Experimental() // untriaged
Future<Animation> get finished =>
    promiseToFuture<Animation>(JS("", "#.finished", this));