data property

List data

Implementation

external List<dynamic> get data;
void data=(List v)

Implementation

external set data(List<dynamic> v);