CsvDecodable<T> extension
- on
-
- Decodable<
T>
- Decodable<
Methods
-
fromCsv(
String csv) → List< T> -
Available on Decodable<
Decodes a CSV string into a list of objects.T> , provided by the CsvDecodable extension -
fromCsvBytes(
List< int> bytes) → List<T> -
Available on Decodable<
T> , provided by the CsvDecodable extension