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