data 属性

String? data

实现

String? get data native;
void data=(String? value)

实现

set data(String? value) native;