CollectionTypes class

This class contains dart:collection bridge type specs for convenience

Constructors

CollectionTypes()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

doubleLinkedQueue → const BridgeTypeSpec
Bridge type spec for $DoubleLinkedQueue
doubleLinkedQueueEntry → const BridgeTypeSpec
Bridge type spec for $DoubleLinkedQueueEntry
hashMap → const BridgeTypeSpec
Bridge type spec for $HashMap
hashSet → const BridgeTypeSpec
Bridge type spec for $HashSet
iterableBase → const BridgeTypeSpec
Bridge type spec for $IterableBase
linkedHashMap → const BridgeTypeSpec
Bridge type spec for $LinkedHashMap
linkedHashSet → const BridgeTypeSpec
Bridge type spec for $LinkedHashSet
listBase → const BridgeTypeSpec
Bridge type spec for $ListBase
listMixin → const BridgeTypeSpec
Bridge type spec for $ListMixin
mapBase → const BridgeTypeSpec
Bridge type spec for $MapBase
queue → const BridgeTypeSpec
Bridge type spec for $Queue
setBase → const BridgeTypeSpec
Bridge type spec for $SetBase