VLessOutboundConfig constructor
const
VLessOutboundConfig({
- XrayAddress? address,
- int? port,
- int? level,
- String? email,
- @JsonKey.new(name: 'id') String? id,
- String? flow,
- String? seed,
- String? encryption,
- VLessReverseConfig? reverse,
- int? testpre,
- List<
int> ? testseed, - @JsonKey.new(name: 'vnext') List<
VLessOutboundVnext> ? vnext,
Implementation
const factory VLessOutboundConfig({
XrayAddress? address,
int? port,
int? level,
String? email,
@JsonKey(name: 'id') String? id,
String? flow,
String? seed,
String? encryption,
VLessReverseConfig? reverse,
int? testpre,
List<int>? testseed,
@JsonKey(name: 'vnext') List<VLessOutboundVnext>? vnext,
}) = _VLessOutboundConfig;