copyWith method
Implementation
GetCustomEmojiStickers copyWith({
  List<int>? customEmojiIds,
}) =>
    GetCustomEmojiStickers(
      customEmojiIds: customEmojiIds ?? this.customEmojiIds,
    );GetCustomEmojiStickers copyWith({
  List<int>? customEmojiIds,
}) =>
    GetCustomEmojiStickers(
      customEmojiIds: customEmojiIds ?? this.customEmojiIds,
    );