Identity constructor

const Identity({
  1. required Pubkey identity,
})

The identity public key for a node.

Implementation

const Identity({required this.identity});