copyWith method
Implementation
ReorderGiftCollections copyWith({
MessageSender? ownerId,
List<int>? collectionIds,
}) => ReorderGiftCollections(
ownerId: ownerId ?? this.ownerId,
collectionIds: collectionIds ?? this.collectionIds,
);
ReorderGiftCollections copyWith({
MessageSender? ownerId,
List<int>? collectionIds,
}) => ReorderGiftCollections(
ownerId: ownerId ?? this.ownerId,
collectionIds: collectionIds ?? this.collectionIds,
);