ReplayDestination constructor

ReplayDestination({
  1. required String arn,
  2. List<String>? filterArns,
})

Implementation

ReplayDestination({
  required this.arn,
  this.filterArns,
});