Table constructor
Table({})
Implementation
Table({
this.columns,
this.createTime,
this.displayName,
this.name,
this.savedViews,
this.timeZone,
this.updateTime,
});
Table({
this.columns,
this.createTime,
this.displayName,
this.name,
this.savedViews,
this.timeZone,
this.updateTime,
});