WebViewApps constructor

WebViewApps({
  1. String tiersId = '',
  2. required bool isWoman,
  3. Key? key,
})

Implementation

WebViewApps({this.tiersId = '', required this.isWoman, super.key});