PeerDevice constructor

const PeerDevice({
  1. String? flag,
  2. String? name,
  3. String? version,
})

Implementation

const PeerDevice({this.flag, this.name, this.version});