IconBean constructor

IconBean({
  1. String? link,
  2. String? title,
  3. String? url16X16,
})

Implementation

IconBean({this.link, this.title, this.url16X16});