DataSourceToIndexFieldMapping constructor
DataSourceToIndexFieldMapping({})
Implementation
DataSourceToIndexFieldMapping({
required this.dataSourceFieldName,
required this.indexFieldName,
this.dateFieldFormat,
});