menu
xray_sdk package
documentation
packages/config/models/inbound/http_inbound.dart
HttpAccount
HttpAccount.new const constructor
HttpAccount.new const constructor
dark_mode
light_mode
HttpAccount
constructor
const
HttpAccount
(
{
required
String
user
,
required
String
password
,
})
Implementation
const HttpAccount({required this.user, required this.password});
xray_sdk package
documentation
packages/config/models/inbound/http_inbound
HttpAccount
HttpAccount.new const constructor
HttpAccount class