file property

KdbxFile file

the file this object is part of. will be set AFTER loading, etc.

Implementation

KdbxFile get file => _file!;
void file=(KdbxFile file)

Implementation

set file(KdbxFile file) => _file = file;