data property

List get data

Implementation

external List<dynamic> get data;
set data (List v)

Implementation

external set data(List<dynamic> v);