copyWith method

GetCustomEmojiStickers copyWith({
  1. List<int>? customEmojiIds,
})

Implementation

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