better logging for mute

This commit is contained in:
Hiroshi Horie
2021-12-11 18:26:58 +07:00
parent 9c573f4924
commit 2b88ffd5f9
3 changed files with 15 additions and 5 deletions
+4
View File
@@ -74,6 +74,10 @@ class TrackMuteUpdatedEvent with TrackEvent, InternalEvent {
required this.track,
required this.muted,
});
@override
String toString() =>
'TrackMuteUpdatedEvent(track: ${track}, muted: ${muted})';
}
//