ShadowsocksServerTarget constructor
const
ShadowsocksServerTarget({})
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;