TableVersion constructor

TableVersion({
  1. Table? table,
  2. String? versionId,
})

Implementation

TableVersion({
  this.table,
  this.versionId,
});