ButlerCell constructor

ButlerCell({
  1. String? columnName,
  2. String? confidenceScore,
  3. String? value,
})

Implementation

ButlerCell({
  this.columnName,
  this.confidenceScore,
  this.value,
});