HttpInboundSettings constructor

HttpInboundSettings({
  1. List<HttpAccount> accounts = const [],
  2. bool allowTransparent = false,
  3. int userLevel = 0,
})

Implementation

HttpInboundSettings({
  this.accounts = const [],
  this.allowTransparent = false,
  super.userLevel,
});