AccountWebBrowserSettings constructor
const
AccountWebBrowserSettings({
- required bool openExternalBrowser,
- required bool displayCloseButton,
- required List<
WebDomainExceptionBase> externalExceptions, - required List<
WebDomainExceptionBase> inappExceptions, - required int hash,
Account Web Browser Settings constructor.
Implementation
const AccountWebBrowserSettings({
required this.openExternalBrowser,
required this.displayCloseButton,
required this.externalExceptions,
required this.inappExceptions,
required this.hash,
}) : super._();