StartSelector constructor

StartSelector({
  1. required StartSelectorType startSelectorType,
  2. String? afterFragmentNumber,
  3. String? continuationToken,
  4. DateTime? startTimestamp,
})

Implementation

StartSelector({
  required this.startSelectorType,
  this.afterFragmentNumber,
  this.continuationToken,
  this.startTimestamp,
});