HttpInboundSettings constructor
HttpInboundSettings({
- List<
HttpAccount> accounts = const [], - bool allowTransparent = false,
- int userLevel = 0,
Implementation
HttpInboundSettings({
this.accounts = const [],
this.allowTransparent = false,
super.userLevel,
});