copyWith method
Implementation
MessageGiveawayCreated copyWith({int? starCount}) =>
MessageGiveawayCreated(starCount: starCount ?? this.starCount);
MessageGiveawayCreated copyWith({int? starCount}) =>
MessageGiveawayCreated(starCount: starCount ?? this.starCount);