DbLensQueryConsole constructor

const DbLensQueryConsole({
  1. Key? key,
  2. required String source,
  3. List<String> tableNames = const [],
  4. DbLensQueryHistoryController? historyController,
  5. DbLensQueryConfirmBuilder? confirmBuilder,
  6. VoidCallback? onBack,
})

Implementation

const DbLensQueryConsole({
  super.key,
  required this.source,
  this.tableNames = const [],
  this.historyController,
  this.confirmBuilder,
  this.onBack,
});