copyWith method
Implementation
MessageSticker copyWith({Sticker? sticker, bool? isPremium}) =>
MessageSticker(
sticker: sticker ?? this.sticker,
isPremium: isPremium ?? this.isPremium,
);
MessageSticker copyWith({Sticker? sticker, bool? isPremium}) =>
MessageSticker(
sticker: sticker ?? this.sticker,
isPremium: isPremium ?? this.isPremium,
);