menu
butler_labs package
documentation
models/butler_table.dart
ButlerTable
ButlerTable constructor
ButlerTable constructor
dark_mode
light_mode
ButlerTable
constructor
ButlerTable
(
{
String
?
tableName
,
String
?
confidenceScore
,
List
<
ButlerRow
>
?
rows
,
})
Implementation
ButlerTable({ this.tableName, this.confidenceScore, this.rows, });
butler_labs package
documentation
models/butler_table
ButlerTable
ButlerTable constructor
ButlerTable class