VLessInboundConfig constructor

const VLessInboundConfig({
  1. List<VLessUser>? users,
  2. List<VLessUser>? clients,
  3. required String decryption,
  4. List<VLessInboundFallback>? fallbacks,
  5. String? flow,
  6. List<int>? testseed,
})

Implementation

const factory VLessInboundConfig({
  List<VLessUser>? users,
  List<VLessUser>? clients,
  required String decryption,
  List<VLessInboundFallback>? fallbacks,
  String? flow,
  List<int>? testseed,
}) = _VLessInboundConfig;