SecureValue class

Secure Value.

ID: 187fa0ca.

Inheritance

Constructors

SecureValue({required SecureValueTypeBase type, SecureDataBase? data, SecureFileBase? frontSide, SecureFileBase? reverseSide, SecureFileBase? selfie, List<SecureFileBase>? translation, List<SecureFileBase>? files, SecurePlainDataBase? plainData, required Uint8List hash})
Secure Value constructor.
const
SecureValue.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

data SecureDataBase?
Data.
final
files List<SecureFileBase>?
Files.
final
flags int
Flags.
no setter
frontSide SecureFileBase?
Front Side.
final
hash Uint8List
Hash.
final
hashCode int
The hash code for this object.
no setterinherited
plainData SecurePlainDataBase?
Plain Data.
final
reverseSide SecureFileBase?
Reverse Side.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfie SecureFileBase?
Selfie.
final
translation List<SecureFileBase>?
Translation.
final
type SecureValueTypeBase
Type.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

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