generatedTables property
bool
get
generatedTables
Return true if DB tables where successfully generated.
- generateTables is only called if
generateTables: trueis passed to the constructor.
Implementation
bool get generatedTables => _generatedTables;