chore: add doc for cooldown in channel_model.dart

This commit is contained in:
groovinchip
2021-07-22 13:47:58 -04:00
parent c2b6ea13d8
commit 848aa550f7
@@ -82,6 +82,7 @@ class ChannelModel {
@JsonKey(includeIfNull: false, toJson: Serializer.readOnly, defaultValue: 0)
final int memberCount;
/// The number of seconds in a cooldown
@JsonKey(includeIfNull: false)
final int cooldown;