Lambda constructor

Lambda({
  1. String body,
  2. bool debug,
  3. LambdaEngineType engineType,
  4. String id,
  5. num insertInstant,
  6. num lastUpdateInstant,
  7. String name,
  8. LambdaType type,
})

Implementation

Lambda(
    {this.body,
    this.debug,
    this.engineType,
    this.id,
    this.insertInstant,
    this.lastUpdateInstant,
    this.name,
    this.type});