isInitialized property

bool get isInitialized

Checks if the database has been initialized.

Implementation

bool get isInitialized => _env != null;