VideoChatScheduled constructor

VideoChatScheduled({
  1. required int startDate,
})

Basic constructor

Implementation

VideoChatScheduled({
  required this.startDate,
});