LambdaActivity constructor

LambdaActivity({
  1. required int batchSize,
  2. required String lambdaName,
  3. required String name,
  4. String? next,
})

Implementation

LambdaActivity({
  required this.batchSize,
  required this.lambdaName,
  required this.name,
  this.next,
});