VLessUser constructor
const
VLessUser({})
Implementation
const factory VLessUser({
String? email,
int? level,
required String id,
String? flow,
String? seed,
String? encryption,
VLessReverseConfig? reverse,
int? testpre,
List<int>? testseed,
}) = _VLessUser;