ShadowsocksUserConfig constructor
const
ShadowsocksUserConfig({})
Implementation
const factory ShadowsocksUserConfig({
@JsonKey(name: 'method') String? cipher,
required String password,
int? level,
String? email,
XrayAddress? address,
int? port,
}) = _ShadowsocksUserConfig;