copyWith method
Implementation
ReorderInstalledStickerSets copyWith({
bool? isMasks,
List<int>? stickerSetIds,
}) => ReorderInstalledStickerSets(
isMasks: isMasks ?? this.isMasks,
stickerSetIds: stickerSetIds ?? this.stickerSetIds,
);
ReorderInstalledStickerSets copyWith({
bool? isMasks,
List<int>? stickerSetIds,
}) => ReorderInstalledStickerSets(
isMasks: isMasks ?? this.isMasks,
stickerSetIds: stickerSetIds ?? this.stickerSetIds,
);