InputSecureValue class

Input Secure Value.

ID: db21d0a7.

Inheritance

Constructors

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

Properties

data SecureDataBase?
Data.
final
files List<InputSecureFileBase>?
Files.
final
flags int
Flags.
no setter
frontSide InputSecureFileBase?
Front Side.
final
hashCode int
The hash code for this object.
no setterinherited
plainData SecurePlainDataBase?
Plain Data.
final
reverseSide InputSecureFileBase?
Reverse Side.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfie InputSecureFileBase?
Selfie.
final
translation List<InputSecureFileBase>?
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