isInitialized property

bool isInitialized

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

Implementation

bool get isInitialized => _locations.isNotEmpty;