RequestTypeIconDTO constructor

RequestTypeIconDTO({
  1. RequestTypeIconLinkDTO? links,
  2. String? id,
})

Implementation

RequestTypeIconDTO({this.links, this.id});