$Link constructor

$Link({
  1. String? description,
  2. String? url,
})

Implementation

$Link({
  this.description,
  this.url,
});