Flutter
collection
UnmodifiableMapMixin
<
K
,
V
>
last property
last
last
property
Null safety
void
last=
(
dynamic
_
)
Throws an
UnsupportedError
; operations that change the map are disallowed.
Implementation
set last(_) => _throw();
Flutter
collection
UnmodifiableMapMixin
<
K
,
V
>
last property
UnmodifiableMapMixin class
Constructors
UnmodifiableMapMixin
Properties
entries
first
hashCode
isEmpty
isNotEmpty
keys
last
length
runtimeType
values
Methods
addAll
addEntries
cast
clear
containsKey
containsValue
forEach
map
noSuchMethod
putIfAbsent
remove
removeWhere
toString
update
updateAll
Operators
operator ==
operator []
operator []=