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';
|
part 'mute.g.dart';
|
||||||
|
|
||||||
/// The class that contains the information about a muted user
|
/// The class that contains the information about a muted user
|
||||||
@JsonSerializable(
|
@JsonSerializable(createToJson: false)
|
||||||
createToJson: false,
|
|
||||||
)
|
|
||||||
class Mute {
|
class Mute {
|
||||||
/// Constructor used for json serialization
|
/// Constructor used for json serialization
|
||||||
Mute({
|
Mute({
|
||||||
|
|||||||
Reference in New Issue
Block a user