ChannelSummary constructor
ChannelSummary({
- String? channelName,
- ChannelStorageSummary? channelStorage,
- DateTime? creationTime,
- DateTime? lastMessageArrivalTime,
- DateTime? lastUpdateTime,
- ChannelStatus? status,
Implementation
ChannelSummary({
this.channelName,
this.channelStorage,
this.creationTime,
this.lastMessageArrivalTime,
this.lastUpdateTime,
this.status,
});