bikeminer
map
Map
Map const constructor
Map
Map
constructor
Null safety
const
Map
(
StorageAdapter
_sa
,
APIConnector
_api
,
{
Key
?
key
}
)
Implementation
const Map(this._sa, this._api, {Key? key}) : super(key: key);
bikeminer
map
Map
Map const constructor
Map class
Constructors
Map
Properties
hashCode
key
runtimeType
Methods
createElement
createState
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==