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