ButlerTable constructor

ButlerTable({
  1. String? tableName,
  2. String? confidenceScore,
  3. List<ButlerRow>? rows,
})

Implementation

ButlerTable({
  this.tableName,
  this.confidenceScore,
  this.rows,
});