mapBoolean method

Iterable<bool> mapBoolean()

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

Implementation

Iterable<bool> mapBoolean() => children.map((value) => value.asBoolean());