Dart
dart:html
RtcStatsReport
putIfAbsent method
putIfAbsent
RtcStatsReport class
Properties
isEmpty
isNotEmpty
keys
length
values
entries
hashCode
runtimeType
Methods
addAll
clear
containsKey
containsValue
forEach
putIfAbsent
remove
addEntries
cast
map
noSuchMethod
removeWhere
toString
update
updateAll
Operators
operator []
operator []=
operator ==
putIfAbsent method
dynamic
putIfAbsent
(
String
key
,
dynamic
ifAbsent
()
)
Implementation
dynamic putIfAbsent(String key, dynamic ifAbsent()) { throw new UnsupportedError("Not supported"); }