UContentLink constructor

UContentLink({
  1. String? title,
  2. String? url,
  3. String? iconBase64,
})

Implementation

UContentLink({this.title, this.url, this.iconBase64});