copyWith method
Implementation
DeleteGiftCollection copyWith({MessageSender? ownerId, int? collectionId}) =>
DeleteGiftCollection(
ownerId: ownerId ?? this.ownerId,
collectionId: collectionId ?? this.collectionId,
);
DeleteGiftCollection copyWith({MessageSender? ownerId, int? collectionId}) =>
DeleteGiftCollection(
ownerId: ownerId ?? this.ownerId,
collectionId: collectionId ?? this.collectionId,
);