Link constructor

const Link({
  1. String url = '',
  2. String params = '',
})

Implementation

const Link({this.url = '', this.params = ''});