Inheritance
  • Object
  • Interceptor
  • RtcStatsReport
Annotations
  • @DocsEditable()
  • @DomName('RTCStatsReport')
  • @Experimental()
  • @Native("RTCStatsReport")

Properties

id String
@DocsEditable(), @DomName('RTCStatsReport.id'), final
timestamp DateTime
@DocsEditable(), @DomName('RTCStatsReport.timestamp'), read-only
type String
@DocsEditable(), @DomName('RTCStatsReport.type'), final
hashCode int
read-only, inherited
runtimeType Type
read-only, inherited

Methods

names() List<String>
@DocsEditable(), @DomName('RTCStatsReport.names')
stat(String name) String
@DocsEditable(), @DomName('RTCStatsReport.stat')
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 ==(other) bool
The equality operator. [...]
inherited