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