PeerLink constructor

const PeerLink({
  1. String? type,
  2. String? href,
  3. String? value,
})

Implementation

const PeerLink({
  this.type,
  this.href,
  this.value,
});