ready属性

Future<Animation> ready

实现

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