V2RayURL constructor

V2RayURL({
  1. 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});