mapping property

Map<String, String?> mapping
final

Maps each TCsvColumn.key to the selected CSV header name (or null if unmapped).

Implementation

final Map<String, String?> mapping;