getCell method
Implementation
GuiVComponent? getCell(int row, int column) {
final object = obj.getCell(row, column);
return object != null ? GuiVComponent(object) : null;
}
GuiVComponent? getCell(int row, int column) {
final object = obj.getCell(row, column);
return object != null ? GuiVComponent(object) : null;
}