ready property

Future<Animation> ready

Implementation

Future<Animation> get ready =>
    promiseToFuture<Animation>(JS("", "#.ready", this));