isDataRecordCreatedExists property
Check Data Record
Implementation
bool get isDataRecordCreatedExists {
if (isOpened) {
return _indexDB.dbFile.lengthSync() > BinaryRW.headerByteLength;
}
return false;
}
bool get isDataRecordCreatedExists {
if (isOpened) {
return _indexDB.dbFile.lengthSync() > BinaryRW.headerByteLength;
}
return false;
}