video_player
dart:collection
MapView
const constructor MapView
MapView
class MapView
Constructors
MapView
Properties
isEmpty
isNotEmpty
keys
length
values
hashCode
runtimeType
Methods
addAll
clear
containsKey
containsValue
forEach
putIfAbsent
remove
toString
noSuchMethod
Operators
operator []
operator []=
operator ==
const
MapView
(
Map
<K, V>
map
)
Source
const MapView(Map<K, V> map) : _map = map;
constructor MapView