EventBus constructor

EventBus({
  1. String? arn,
  2. String? name,
  3. String? policy,
})

Implementation

EventBus({
  this.arn,
  this.name,
  this.policy,
});