DbLensQueryConsole constructor
const
DbLensQueryConsole({
- Key? key,
- required String source,
- List<
String> tableNames = const [], - DbLensQueryHistoryController? historyController,
- DbLensQueryConfirmBuilder? confirmBuilder,
- VoidCallback? onBack,
Implementation
const DbLensQueryConsole({
super.key,
required this.source,
this.tableNames = const [],
this.historyController,
this.confirmBuilder,
this.onBack,
});