LambdaEventSource constructor

LambdaEventSource({
  1. required String topic,
  2. required LambdaEventSourceType type,
})

Implementation

LambdaEventSource({
  required this.topic,
  required this.type,
});