chore: add doc for cooldown in channel_model.dart
This commit is contained in:
@@ -82,6 +82,7 @@ class ChannelModel {
|
|||||||
@JsonKey(includeIfNull: false, toJson: Serializer.readOnly, defaultValue: 0)
|
@JsonKey(includeIfNull: false, toJson: Serializer.readOnly, defaultValue: 0)
|
||||||
final int memberCount;
|
final int memberCount;
|
||||||
|
|
||||||
|
/// The number of seconds in a cooldown
|
||||||
@JsonKey(includeIfNull: false)
|
@JsonKey(includeIfNull: false)
|
||||||
final int cooldown;
|
final int cooldown;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user