动态 属性

String? dynamic

实现

String? get live native;
void dynamic=(String? value)

实现

set live(String? value) native;