Update packages/stream_chat/lib/src/core/models/mute.dart
Co-authored-by: Sahil Kumar <[email protected]>
This commit is contained in:
co-authored by
Sahil Kumar
parent
907573dab1
commit
875eda8cb5
@@ -6,9 +6,7 @@ import 'package:stream_chat/src/core/util/serializer.dart';
|
||||
part 'mute.g.dart';
|
||||
|
||||
/// The class that contains the information about a muted user
|
||||
@JsonSerializable(
|
||||
createToJson: false,
|
||||
)
|
||||
@JsonSerializable(createToJson: false)
|
||||
class Mute {
|
||||
/// Constructor used for json serialization
|
||||
Mute({
|
||||
|
||||
Reference in New Issue
Block a user