ChannelMessages constructor

ChannelMessages({
  1. List<String>? s3Paths,
})

Implementation

ChannelMessages({
  this.s3Paths,
});