TableMetadata constructor
TableMetadata({})
Implementation
TableMetadata({
required this.name,
this.columns,
this.createTime,
this.lastAccessTime,
this.parameters,
this.partitionKeys,
this.tableType,
});