VaultInfo constructor
Builds a VaultInfo
key
: The vault keycreationTime
: The vault creation timeaccessTime
: The vault access timeupdateTime
: The vault update time
Implementation
VaultInfo(super.key, super.creationTime,
{super.accessTime, super.updateTime});