PeerMeta constructor

const PeerMeta({
  1. String? url,
  2. String? name,
  3. String? description,
  4. List<String>? icons,
})

Implementation

const PeerMeta({this.url, this.name, this.description, this.icons});