NetworkStatisticsEntryCall class
Contains information about the total amount of data that was used for calls.
- Inheritance
-
- Object
- TlObject
- NetworkStatisticsEntry
- NetworkStatisticsEntryCall
- Available Extensions
Constructors
- NetworkStatisticsEntryCall({required NetworkType network_type, required int sent_bytes, required int received_bytes, required double duration, int? extra, int? clientId})
- Contains information about the total amount of data that was used for calls
Properties
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- duration ↔ double
-
Total call duration, in seconds.
read / write
- extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- network_type ↔ NetworkType
-
Type of the network the data was sent through. Call setNetworkType to maintain the actual network type.
read / write
- received_bytes ↔ int
-
Total number of bytes received.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- sent_bytes ↔ int
-
Total number of bytes sent.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Object to Map serializer
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String, dynamic> ? _map) → NetworkStatisticsEntryCall? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"networkStatisticsEntryCall"