VpnServer class

Inheritance

Constructors

VpnServer.new({required String id, required String serverName, required String server, required String flagUrl, required String ovpnConfiguration, required String vpnUserName, required String vpnPassword, required String isFree})
VpnServer.fromJson(Map<String, dynamic> json)
factory

Properties

flagUrl String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
isFree String
getter/setter pair
ovpnConfiguration String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server String
getter/setter pair
serverName String
getter/setter pair
vpnPassword String
getter/setter pair
vpnUserName String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

decrypt(String encryptedStr) String