isTemporary property Null safety
read / write
A flag to represent permanence.
This flag is used for test suites that use a temporary database to run tests against, dropping it after the tests are complete. This property is optional.
Implementation
bool isTemporary = false;