isEmpty property

  1. @Deprecated("Use 'isInitialized' instead")
bool isEmpty

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

Implementation

@Deprecated("Use 'isInitialized' instead")
bool get isEmpty => isInitialized;