VideoChatEnded constructor

const VideoChatEnded({
  1. required int duration,
})

Constructs a VideoChatEnded object

Implementation

const VideoChatEnded({required this.duration});