EncryptedStorageRecoveryResult class

暗号化した保存領域の復旧 API の結果です。

Constructors

EncryptedStorageRecoveryResult({required bool performed, StorageRecoveryRejection? rejection, Set<ProxyStorageBox> deletedBoxes = const {}, Set<ProxyStorageBox> rebuiltBoxes = const {}, Set<ProxyStorageBox> keptBoxes = const {}, bool keyDeleted = false})
復旧 API の結果を生成します。
const
EncryptedStorageRecoveryResult.rejected(StorageRecoveryRejection rejection)
処理を行わなかった結果を生成します。
const

Properties

deletedBoxes Set<ProxyStorageBox>
削除した Box です。
final
hashCode int
The hash code for this object.
no setterinherited
keptBoxes Set<ProxyStorageBox>
中身があり、そのまま残した Box です。
final
keyDeleted bool
secure storage の鍵を削除したかどうかです。
final
performed bool
削除や作り直しを行ったかどうかです。
final
rebuiltBoxes Set<ProxyStorageBox>
作り直した Box です。
final
rejection StorageRecoveryRejection?
処理を行わなかった理由です。performedtrue の場合は null です。
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
inherited