copyWith method
Implementation
RequestTypeIconLinkDTO copyWith({Map<String, dynamic>? iconUrls}) {
return RequestTypeIconLinkDTO(
iconUrls: iconUrls ?? this.iconUrls,
);
}
RequestTypeIconLinkDTO copyWith({Map<String, dynamic>? iconUrls}) {
return RequestTypeIconLinkDTO(
iconUrls: iconUrls ?? this.iconUrls,
);
}