VlessShareEntity constructor

VlessShareEntity({
  1. required VlessOptions options,
  2. required String address,
  3. required int port,
  4. String remark = '',
  5. required String id,
})

Implementation

VlessShareEntity({
  required this.options,
  required this.address,
  required this.port,
  this.remark = '',
  required this.id,
}) : super(Protocol.vless);