tableRowList property

List<TableRow?>? tableRowList

Implementation

List<TableRow?>? get tableRowList => _tableRowList;
void tableRowList=(List<TableRow?>? val)

Implementation

set tableRowList(List<TableRow?>? val) => _tableRowList = val;