rows property
GuiTableRow?
get
rows
Implementation
GuiTableRow? get rows {
final rowsObj = obj.rows;
return rowsObj != null ? GuiTableRow(rowsObj) : null;
}
GuiTableRow? get rows {
final rowsObj = obj.rows;
return rowsObj != null ? GuiTableRow(rowsObj) : null;
}