Apply suggestions from code review

This commit is contained in:
Sahil Kumar
2022-04-01 13:19:22 +05:30
committed by GitHub
parent f26553dab3
commit 4cd8d6b00f
@@ -4,7 +4,7 @@ import 'package:stream_chat/src/core/models/user.dart';
part 'channel_mute.g.dart'; part 'channel_mute.g.dart';
/// The class that contains the information about a muted user /// The class that contains the information about a muted channel
@JsonSerializable(createToJson: false) @JsonSerializable(createToJson: false)
class ChannelMute { class ChannelMute {
/// Constructor used for json serialization /// Constructor used for json serialization
@@ -23,7 +23,7 @@ class ChannelMute {
/// The user that performed the muting action /// The user that performed the muting action
final User user; final User user;
/// The target user /// The target channel
final ChannelModel channel; final ChannelModel channel;
/// The date in which the use was muted /// The date in which the use was muted