$ContentSourceMetaData constructor

$ContentSourceMetaData({
  1. String? charset,
  2. List<String>? fieldNames,
  3. int? rowNumber,
  4. String? separator,
})

Implementation

$ContentSourceMetaData({
  this.charset,
  this.fieldNames,
  this.rowNumber,
  this.separator,
});