SplitPoints constructor

SplitPoints({
  1. String? expireTime,
  2. String? index,
  3. List<Key>? keys,
  4. String? table,
})

Implementation

SplitPoints({
  this.expireTime,
  this.index,
  this.keys,
  this.table,
});