Peer constructor

const Peer(
  1. String peerId,
  2. Map<String, dynamic>? metadata
)

Implementation

const Peer(this.peerId, this.metadata);