AccountWebBrowserSettings constructor

const AccountWebBrowserSettings({
  1. required bool openExternalBrowser,
  2. required bool displayCloseButton,
  3. required List<WebDomainExceptionBase> externalExceptions,
  4. required List<WebDomainExceptionBase> inappExceptions,
  5. 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._();