NERtcConnectionType class
网络类型定义
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- bluetooth → const int
- The Bluetooth data connection.
- cellular2g → const int
- The Mobile(2G) data connection.
- cellular3g → const int
- The Mobile(3G) data connection.
- cellular4g → const int
- The Mobile(4G) data connection.
- cellular5g → const int
- The Mobile(5G) data connection.
- cellularUnknown → const int
- The Unknown cellular data connection.
- ethernet → const int
- The Ethernet data connection.
- none → const int
- The absence of a connection type.
- unknown → const int
- Unknown data connection.
- vpn → const int
- The VPN data connection.
- wifi → const int
- The WIFI data connection.