ShadowsocksClientConfig constructor

const ShadowsocksClientConfig({
  1. XrayAddress? address,
  2. int? port,
  3. int? level,
  4. String? email,
  5. @JsonKey.new(name: 'method') String? cipher,
  6. String? password,
  7. bool? uot,
  8. int? uotVersion,
  9. 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;