addRow method

dynamic addRow(
  1. List _row
)

Implementation

addRow(List<dynamic> _row){
  data.add(_row);
}