Update packages/stream_chat/lib/src/client/channel.dart

This commit is contained in:
Deven Joshi
2021-08-18 17:31:44 +05:30
committed by GitHub
parent a029adae24
commit 170f18093e
@@ -213,7 +213,7 @@ class Channel {
return state?.channelStateStream.map((cs) => cs.channel?.cooldown);
}
///
/// Stores time at which cooldown was started
DateTime? cooldownStartedAt;
/// Channel creation date.