Proxy class final

Proxy (proxy) - basic class

Contains information about a proxy server.

  • id: Unique identifier of the proxy.
  • server: Proxy server domain or IP address.
  • port: Proxy server port.
  • lastUsedDate: Point in time (Unix timestamp) when the proxy was last used; 0 if never.
  • isEnabled: True, if the proxy is enabled now.
  • type: Type of the proxy.
Inheritance

Constructors

Proxy({required int id, required String server, required int port, required int lastUsedDate, required bool isEnabled, required ProxyType type, dynamic extra, int? clientId})
Proxy (proxy) - basic class
const
Proxy.fromJson(Map<String, dynamic> json)
Parse from a json
factory

Properties

clientId int?
clientId client identifier
final
currentObjectId String
TDLib object type for current class instance
no setteroverride
extra → dynamic
extra callback sign
final
hashCode int
The hash code for this object.
no setterinherited
id int
Unique identifier of the proxy
final
isEnabled bool
True, if the proxy is enabled now
final
lastUsedDate int
Point in time (Unix timestamp) when the proxy was last used; 0 if never
final
port int
Proxy server port
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server String
Proxy server domain or IP address
final
type ProxyType
Type of the proxy
final

Methods

copyWith({int? id, String? server, int? port, int? lastUsedDate, bool? isEnabled, ProxyType? type, dynamic extra, int? clientId}) Proxy
Copy model with modified properties.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Convert model to TDLib JSON format
override
toString() String
Convert model to TDLib JSON format, encoded into String.
override

Operators

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

Constants

defaultObjectId → const String
TDLib object type