StartSelector constructor
StartSelector({
- required StartSelectorType startSelectorType,
- String? afterFragmentNumber,
- String? continuationToken,
- DateTime? startTimestamp,
Implementation
StartSelector({
required this.startSelectorType,
this.afterFragmentNumber,
this.continuationToken,
this.startTimestamp,
});