SharedProfileDto class

DTO for shared profile information.

Constructors

SharedProfileDto.new({required Uint8List kek, required String profileId, required String profileDID})
Creates a new instance of SharedProfileDto.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
kek Uint8List
Key encryption key for the shared profile.
final
profileDID String
Decentralized identifier of the profile.
final
profileId String
Unique identifier of the profile.
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.
inherited

Operators

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