KdbxCustomIcon class

Constructors

KdbxCustomIcon({required KdbxUuid uuid, required Uint8List data})

Properties

data Uint8List
Encoded png data of the image. will be base64 encoded into the kdbx file.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uuid KdbxUuid
uuid of the icon, must be unique within each file.
final

Methods

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

Operators

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