Peer constructor

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

Implementation

Peer(this.peer_id, this.metadata);