SourceAlgorithmSpecification constructor

SourceAlgorithmSpecification({
  1. required List<SourceAlgorithm> sourceAlgorithms,
})

Implementation

SourceAlgorithmSpecification({
  required this.sourceAlgorithms,
});