copyWith method
Implementation
UpdateRecentStickers copyWith({bool? isAttached, List<int>? stickerIds}) =>
UpdateRecentStickers(
isAttached: isAttached ?? this.isAttached,
stickerIds: stickerIds ?? this.stickerIds,
);
UpdateRecentStickers copyWith({bool? isAttached, List<int>? stickerIds}) =>
UpdateRecentStickers(
isAttached: isAttached ?? this.isAttached,
stickerIds: stickerIds ?? this.stickerIds,
);