copyWith method
Implementation
InputPageBlockSlideshow copyWith({
List<InputPageBlock>? blocks,
PageBlockCaption? caption,
}) => InputPageBlockSlideshow(
blocks: blocks ?? this.blocks,
caption: caption ?? this.caption,
);
InputPageBlockSlideshow copyWith({
List<InputPageBlock>? blocks,
PageBlockCaption? caption,
}) => InputPageBlockSlideshow(
blocks: blocks ?? this.blocks,
caption: caption ?? this.caption,
);