Table constructor

Table({
  1. String? createTime,
  2. String? deleteTime,
  3. String? etag,
  4. String? expireTime,
  5. HiveTableOptions? hiveOptions,
  6. String? name,
  7. String? type,
  8. String? updateTime,
})

Implementation

Table({
  this.createTime,
  this.deleteTime,
  this.etag,
  this.expireTime,
  this.hiveOptions,
  this.name,
  this.type,
  this.updateTime,
});