Link constructor

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

Implementation

Link({this.displayName, this.url});