VLessUser constructor

const VLessUser({
  1. String? email,
  2. int? level,
  3. required String id,
  4. String? flow,
  5. String? seed,
  6. String? encryption,
  7. VLessReverseConfig? reverse,
  8. int? testpre,
  9. List<int>? testseed,
})

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;