Creates a Gift object.
const Gift({ required this.id, required this.sticker, required this.starCount, this.totalCount, this.remainingCount, });