NetworkManagerDeviceStatistics class Null safety
Statistics for devices.
Constructors
- NetworkManagerDeviceStatistics(_NetworkManagerObject _object)
Properties
- hashCode → int
-
The hash code for this object.
read-onlyoverride
-
propertiesChanged
→ Stream<
List< String> > -
Stream of property names as their values change.
read-only
- refreshRateMs → int
-
Maximum time between properties being updated in milliseconds or 0 if guaranteed refresh rate.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- rxBytes → int
-
How many bytes have been received.
read-only
- txBytes → int
-
How many bytes have been transmitted.
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
setRefreshRateMs(
int value) → Future< void> - Sets the vlaue of refreshRateMs.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override