Dart SDK
dart:collection
Maps
length
length
Dart SDK
dart:collection
Maps
length
method
length
Source
Dart SDK
dart:collection
Maps
Static methods
clear
containsKey
containsValue
forEach
getValues
isEmpty
isNotEmpty
length
mapToString
putIfAbsent
Properties
hashCode
runtimeType
Constructors
Maps
Operators
operator ==
Methods
noSuchMethod
toString
int
length
(
map
)
Not documented.
Source
static int length(Map map) => map.keys.length;