toJson method
Implementation
@override
Object toJson() => {
if (initialBatchSamplePercentage case final initialBatchSamplePercentage?)
'initialBatchSamplePercentage': initialBatchSamplePercentage,
if (followingBatchSamplePercentage
case final followingBatchSamplePercentage?)
'followingBatchSamplePercentage': followingBatchSamplePercentage,
if (sampleStrategy.isNotDefault) 'sampleStrategy': sampleStrategy.toJson(),
};