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