copyWith method
Implementation
InputPageBlockBlockQuote copyWith({
List<InputPageBlock>? blocks,
RichText? credit,
}) => InputPageBlockBlockQuote(
blocks: blocks ?? this.blocks,
credit: credit ?? this.credit,
);
InputPageBlockBlockQuote copyWith({
List<InputPageBlock>? blocks,
RichText? credit,
}) => InputPageBlockBlockQuote(
blocks: blocks ?? this.blocks,
credit: credit ?? this.credit,
);