Flutter
collection
MapKeySet
<
E
>
MapKeySet constructor
MapKeySet
MapKeySet class
Constructors
MapKeySet
Properties
isEmpty
isNotEmpty
length
first
hashCode
iterator
last
runtimeType
single
Methods
cast
contains
containsAll
difference
intersection
lookup
retype
toString
union
add
addAll
any
clear
elementAt
every
expand
firstWhere
fold
followedBy
forEach
join
lastWhere
map
noSuchMethod
reduce
remove
removeAll
removeWhere
retainAll
retainWhere
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
where
whereType
Operators
operator ==
MapKeySet<
E
> constructor
MapKeySet<
E
>
(
Map
<
E
,
dynamic
>
base
)
Implementation
MapKeySet(Map<E, dynamic> base) : _baseMap = base;