finished property

Future<Animation> finished

Implementation

Future<Animation> get finished =>
    js_util.promiseToFuture(js_util.getProperty(this, 'finished'));