getFirstRow method

List getFirstRow()

Implementation

List<dynamic> getFirstRow(){
  return data[0];
}