checkedTables property
bool
get
checkedTables
Return true
if DB tables where successfully checked.
- checkDBTables is only called if
checkTables: true
is passed to the constructor.
Implementation
bool get checkedTables => _checkedTables;