Dart
dart:collection
SplayTreeSet
<
E
>
last property
last
SplayTreeSet class
Constructors
SplayTreeSet
from
of
Properties
first
isEmpty
isNotEmpty
iterator
last
length
single
hashCode
runtimeType
Methods
add
addAll
cast
clear
contains
difference
intersection
lookup
remove
removeAll
retainAll
toSet
toString
union
any
containsAll
elementAt
every
expand
firstWhere
fold
followedBy
forEach
join
lastWhere
map
noSuchMethod
reduce
removeWhere
retainWhere
singleWhere
skip
skipWhile
take
takeWhile
toList
where
whereType
Operators
operator ==
last property
E
last
Implementation
E get last { if (_count == 0) throw IterableElementError.noElement(); return _last.key; }