HiveTableOptions constructor

HiveTableOptions({
  1. Map<String, String>? parameters,
  2. StorageDescriptor? storageDescriptor,
  3. String? tableType,
})

Implementation

HiveTableOptions({
  this.parameters,
  this.storageDescriptor,
  this.tableType,
});