Recommendation constructor

Recommendation({
  1. String? text,
  2. String? url,
})

Implementation

Recommendation({
  this.text,
  this.url,
});