VideoToggleData constructor

VideoToggleData({
  1. String? userId,
  2. bool? videoEnabled,
})

Implementation

VideoToggleData({this.userId, this.videoEnabled});