Device class abstract

Device

Properties:

Annotations
  • @BuiltValue()

Constructors

Device([void updates(DeviceBuilder b)])
factory

Properties

adBlocker bool?
no setter
connectionMode ConnectionMode?
no setter
dns → BuiltList<String>?
no setter
externalKey String?
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
no setter
ips → BuiltList<String>?
no setter
lastActiveAt DateTime?
no setter
location Location?
no setter
malwareBlocker bool?
no setter
name String?
no setter
routeGlobalNet bool?
Is the device route global networks throughout.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servers → BuiltList<Server>?
no setter
torOver bool?
no setter
type String?
no setter
wireguard WireGuard?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(DeviceBuilder)) Device
Rebuilds the instance.
inherited
toBuilder() DeviceBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<Device>
no setter