Peer constructor

Peer({
  1. String id,
  2. JSAny meta,
})

Implementation

external factory Peer({String id, JSAny meta});