ScreenShareConsentModel constructor

ScreenShareConsentModel({
  1. required bool screenShareConsent,
})

Implementation

ScreenShareConsentModel({required this.screenShareConsent});