copyWith method
Implementation
LinkPreviewTypeTextCompositionStyle copyWith({int? customEmojiId}) =>
LinkPreviewTypeTextCompositionStyle(
customEmojiId: customEmojiId ?? this.customEmojiId,
);
LinkPreviewTypeTextCompositionStyle copyWith({int? customEmojiId}) =>
LinkPreviewTypeTextCompositionStyle(
customEmojiId: customEmojiId ?? this.customEmojiId,
);