copyWith method
Implementation
ChatPhotoSticker copyWith({
ChatPhotoStickerType? type,
BackgroundFill? backgroundFill,
}) =>
ChatPhotoSticker(
type: type ?? this.type,
backgroundFill: backgroundFill ?? this.backgroundFill,
);