convert method
Converts input
and returns the result of the conversion.
Implementation
@override
String convert(TrackerListIter input) =>
input.where((e) => e.isNotEmpty).map((x) => x.join("\n\n")).join("\n");
Converts input
and returns the result of the conversion.
@override
String convert(TrackerListIter input) =>
input.where((e) => e.isNotEmpty).map((x) => x.join("\n\n")).join("\n");