keyFor method
Returns the object-oriented output key for column.
Implementation
String keyFor(FdcExportColumn column) {
return column.key ?? column.label ?? column.fieldName;
}
Returns the object-oriented output key for column.
String keyFor(FdcExportColumn column) {
return column.key ?? column.label ?? column.fieldName;
}