Channel constructor
Channel({
- String? arn,
- DateTime? creationTime,
- DateTime? lastMessageArrivalTime,
- DateTime? lastUpdateTime,
- String? name,
- RetentionPeriod? retentionPeriod,
- ChannelStatus? status,
- ChannelStorage? storage,
Implementation
Channel({
this.arn,
this.creationTime,
this.lastMessageArrivalTime,
this.lastUpdateTime,
this.name,
this.retentionPeriod,
this.status,
this.storage,
});