factory RequestTypeIconLinkDTO.fromJson(Map<String, Object?> json) { return RequestTypeIconLinkDTO( iconUrls: json[r'iconUrls'] as Map<String, Object?>?, ); }