ShadowsocksServerTarget constructor

const ShadowsocksServerTarget({
  1. required XrayAddress address,
  2. required int port,
  3. int? level,
  4. String? email,
  5. @JsonKey.new(name: 'method') String? cipher,
  6. required String password,
  7. bool? uot,
  8. int? uotVersion,
})

Implementation

const factory ShadowsocksServerTarget({
  required XrayAddress address,
  required int port,
  int? level,
  String? email,
  @JsonKey(name: 'method') String? cipher,
  required String password,
  bool? uot,
  int? uotVersion,
}) = _ShadowsocksServerTarget;