V2RayURL constructor
V2RayURL({
- required String url,
Creates a V2RayURL instance with the provided URL string.
url
is the raw V2Ray URL to be parsed by subclasses.
Implementation
V2RayURL({required this.url});