Export extension

Records data of type num and List<num>.

on

Methods

export({int precision = 10, String delimiter = ' '}) String
Exports all records as a String.
exportFirst({int precision = 10, String delimiter = ' '}) String
Exports the first record as a String.
exportLast({int precision = 10, String delimiter = ' '}) String
Exports the last record as a String.