Identity constructor
const
Identity({
- required Pubkey identity,
The identity public key for a node.
Implementation
const Identity({
required this.identity,
});
The identity public key for a node.
const Identity({
required this.identity,
});