exportAsCSV method

Future<String> exportAsCSV()

Implementation

Future<String> exportAsCSV() async =>
    Json.mapToCSV((await getAll()).map((e) => e.toJson()).toList());