isTemporary property Null safety

bool isTemporary
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;