NERtcConnectionType class

网络类型定义

Constructors

NERtcConnectionType()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

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

Constants

bluetooth → const int
The Bluetooth data connection.
7
cellular2g → const int
The Mobile(2G) data connection.
5
cellular3g → const int
The Mobile(3G) data connection.
4
cellular4g → const int
The Mobile(4G) data connection.
3
cellularUnknown → const int
The Unknown cellular data connection.
6
ethernet → const int
The Ethernet data connection.
1
none → const int
The absence of a connection type.
9
unknown → const int
Unknown data connection.
0
vpn → const int
The VPN data connection.
8
wifi → const int
The WIFI data connection.
2