SqsParameters constructor

SqsParameters({
  1. String? messageGroupId,
})

Implementation

SqsParameters({
  this.messageGroupId,
});