currentVersion property
int?
get
currentVersion
The datafile version of the currently-held snapshot, if any.
Implementation
int? get currentVersion => _version;
The datafile version of the currently-held snapshot, if any.
int? get currentVersion => _version;