SocksShareEntity constructor
SocksShareEntity({})
Implementation
SocksShareEntity({
required this.address,
required this.port,
required this.remark,
required this.password,
required this.username,
}) : super(Protocol.socks);