EncryptedVaultString class

Encrypted String from vault that is defined, but not directly parsed

Use it in cases where you don't want to directly encrypt the text (and cause a password prompt). Instead, the prompt is delayed until text is accessed.

Constructors

EncryptedVaultString(SidekickVault vault, String fileName)
const

Properties

fileName String
file name in vault
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
no setter
vault SidekickVault
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override