SimpleDataList constructor

SimpleDataList({
  1. required List<SimpleData> rows,
})

Implementation

SimpleDataList({
  required this.rows,
});