TrackStuckEvent constructor

TrackStuckEvent({
  1. required String guildId,
  2. required Track track,
  3. required int thresholdMs,
})

Implementation

TrackStuckEvent({
  required String guildId,
  required this.track,
  required this.thresholdMs,
}) : super(guildId);