map property
dynamic
get
map
Executes the mappingFunction for each item in a sequence or array and returns the transformed array. multiple sequences and arrays may be passed
Implementation
dynamic get map => MapFunction();