isEmpty property
- @Deprecated("Use 'isInitialized' instead")
Returns whether the database is empty, or has Location entries.
Implementation
@Deprecated("Use 'isInitialized' instead")
bool get isEmpty => isInitialized;
Returns whether the database is empty, or has Location entries.
@Deprecated("Use 'isInitialized' instead")
bool get isEmpty => isInitialized;