KdbxBinary class

Constructors

KdbxBinary({required bool isInline, required bool isProtected, required Uint8List value})

Properties

hashCode int
The hash code for this object.
no setterinherited
isInline bool
final
isProtected bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Uint8List
final
valueHashCode int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveToXml(XmlElement valueNode) → void
toString() String
A string representation of this object.
inherited
valueEqual(KdbxBinary other) bool
writeToInnerHeader() → InnerHeaderField

Operators

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

Static Methods

readBinaryInnerHeader(InnerHeaderField field) KdbxBinary
readBinaryXml(XmlElement valueNode, {required bool isInline}) KdbxBinary