mapDouble method

Iterable<double> mapDouble()

Maps the contents of this array into native types. Only works if childSignature is 'd'.

Implementation

Iterable<double> mapDouble() => children.map((value) => value.asDouble());