StopAction constructor

StopAction({
  1. required StopScope scope,
  2. String? topicArn,
})

Implementation

StopAction({
  required this.scope,
  this.topicArn,
});