copyWith method
Implementation
ContentDTO copyWith({String? iframeSrc}) {
return ContentDTO(
iframeSrc: iframeSrc ?? this.iframeSrc,
);
}
ContentDTO copyWith({String? iframeSrc}) {
return ContentDTO(
iframeSrc: iframeSrc ?? this.iframeSrc,
);
}