setFirstRow method

dynamic setFirstRow(
  1. List firstRow
)

Implementation

setFirstRow(List<dynamic> firstRow){
  data[0] = firstRow;
}