ShadowsocksClientConfig constructor
const
ShadowsocksClientConfig({
- XrayAddress? address,
- int? port,
- int? level,
- String? email,
- @JsonKey.new(name: 'method') String? cipher,
- String? password,
- bool? uot,
- int? uotVersion,
- List<
ShadowsocksServerTarget> ? servers,
Implementation
const factory ShadowsocksClientConfig({
XrayAddress? address,
int? port,
int? level,
String? email,
@JsonKey(name: 'method') String? cipher,
String? password,
bool? uot,
int? uotVersion,
List<ShadowsocksServerTarget>? servers,
}) = _ShadowsocksClientConfig;