ConfluenceBlogToIndexFieldMapping constructor

ConfluenceBlogToIndexFieldMapping({
  1. ConfluenceBlogFieldName? dataSourceFieldName,
  2. String? dateFieldFormat,
  3. String? indexFieldName,
})

Implementation

ConfluenceBlogToIndexFieldMapping({
  this.dataSourceFieldName,
  this.dateFieldFormat,
  this.indexFieldName,
});