EditProxy class
- Inheritance
- 
    - Object
- TdFunction
- EditProxy
 
Constructors
Properties
- enable → bool
- 
  enable True, if the proxy needs to be enabled
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- port → int
- 
  port Proxy server port
  final
- proxyId → int
- 
  proxyId Proxy identifier
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- server → String
- 
  server Proxy server IP address
  final
- type → ProxyType
- 
  type Proxy type
  final
Methods
- 
  copyWith({int? proxyId, String? server, int? port, bool? enable, ProxyType? type}) → EditProxy 
- 
  getConstructor() → String 
- 
  
  override
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson([dynamic extra]) → Map< String, dynamic> 
- 
  
  override
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Constants
- CONSTRUCTOR → const String