ExportListOfList extension

Exports objects of type List<List<num>> as a formatted String.

on

Methods

export({String label = '', String delimiter = ' ', int precision = 20, bool flip = false}) String
Converts an object of type List<List<num>> to a String.