CsvEncodable<T> extension
- on
-
- Encodable<
T>
- Encodable<
Methods
-
toCsv(
Iterable< T> value) → String -
Available on Encodable<
Encodes a list of objects into a CSV string.T> , provided by the CsvEncodable extension -
toCsvBytes(
Iterable< T> value) → List<int> -
Available on Encodable<
T> , provided by the CsvEncodable extension