copyWith method
Implementation
ChatFolderName copyWith({FormattedText? text, bool? animateCustomEmoji}) =>
ChatFolderName(
text: text ?? this.text,
animateCustomEmoji: animateCustomEmoji ?? this.animateCustomEmoji,
);
ChatFolderName copyWith({FormattedText? text, bool? animateCustomEmoji}) =>
ChatFolderName(
text: text ?? this.text,
animateCustomEmoji: animateCustomEmoji ?? this.animateCustomEmoji,
);