columns property

List<String>? columns
final

Explicit column names. When omitted, names come from the header row (or are generated as Column1, Column2, ... when there is no header).

Implementation

final List<String>? columns;