path property

String? path

The full path of the database file is directory/name.isar and the lock file directory/name.isar.lock.

Implementation

String? get path => directory != null ? '$directory/$name.isar' : null;