Layout constructor
Layout(
- dynamic font,
- dynamic tableName
Implementation
Layout(font, tableName) {
this.font = font;
this.tableName = tableName;
}
Layout(font, tableName) {
this.font = font;
this.tableName = tableName;
}