RTCDataChannelStats extension type

on
Implemented types

Constructors

RTCDataChannelStats({String label, String protocol, int dataChannelIdentifier, required RTCDataChannelState state, int messagesSent, int bytesSent, int messagesReceived, int bytesReceived})
factory

Properties

bytesReceived int
getter/setter pair
bytesSent int
getter/setter pair
dataChannelIdentifier int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pairinherited
label String
getter/setter pair
messagesReceived int
getter/setter pair
messagesSent int
getter/setter pair
protocol String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state RTCDataChannelState
getter/setter pair
timestamp DOMHighResTimeStamp
getter/setter pairinherited
type RTCStatsType
getter/setter pairinherited

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