groups property

List<List<String>> groups

Set groups for the data for stacking.

Implementation

external List<List<String>> get groups;
void groups=(List<List<String>> v)

Implementation

external set groups(List<List<String>> v);