异步属性

String? 异步

实现

String? get async native;
void 异步=(String? value)

实现

set async(String? value) native;