isInitialized property

bool get isInitialized

Returns whether the database is empty, or has Location entries.

Implementation

bool get isInitialized => _locations.isNotEmpty;