VLessInboundConfig constructor

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

Implementation

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