toJson method

  1. @override
Object toJson()
override

Implementation

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