menu
layrz_csvwriter package
documentation
layrz_csvwriter.dart
CsvWriter
columnCount property
columnCount property
dark_mode
light_mode
columnCount
property
int
get
columnCount
Number of values per record.
Implementation
int get columnCount => _data.columnCount;
layrz_csvwriter package
documentation
layrz_csvwriter
CsvWriter
columnCount property
CsvWriter class