headerFor method
Returns the human-readable tabular header for column.
Implementation
String headerFor(FdcExportColumn column) {
return column.label ?? column.key ?? column.fieldName;
}
Returns the human-readable tabular header for column.
String headerFor(FdcExportColumn column) {
return column.label ?? column.key ?? column.fieldName;
}