MaintenanceType enum Null safety Database
The type of maintenance a database can perform.
- Implemented types
Constants
- compact → const MaintenanceType
-
Compact the database file and delete unused attachments.
const MaintenanceType(0)
- integrityCheck → const MaintenanceType
-
Check for database corruption.
const MaintenanceType(2)
- reindex → const MaintenanceType
-
Rebuild the database's indexes.
const MaintenanceType(1)
-
values
→ const List<
MaintenanceType> -
A constant List of the values in this enum, in order of their declaration.
const List<
MaintenanceType>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited