LogSplit constructor

LogSplit({
  1. int? index,
  2. int? totalSplits,
  3. String? uid,
})

Implementation

LogSplit({
  this.index,
  this.totalSplits,
  this.uid,
});