Url constructor

const Url({
  1. required String url,
  2. String desc = '',
})

Implementation

const Url({required this.url, this.desc = ''});