TableList constructor

const TableList({
  1. required String databasePath,
})

Implementation

const TableList({required this.databasePath});