copyWith method

  1. @override
TextEntityTypeCustomEmoji copyWith({
  1. int? customEmojiId,
})
override

Implementation

@override
TextEntityTypeCustomEmoji copyWith({
  int? customEmojiId,
}) =>
    TextEntityTypeCustomEmoji(
      customEmojiId: customEmojiId ?? this.customEmojiId,
    );