copyWith method
Implementation
@override
TMeUrlTypeStickerSet copyWith({
int? stickerSetId,
}) => TMeUrlTypeStickerSet(
stickerSetId: stickerSetId ?? this.stickerSetId,
);
@override
TMeUrlTypeStickerSet copyWith({
int? stickerSetId,
}) => TMeUrlTypeStickerSet(
stickerSetId: stickerSetId ?? this.stickerSetId,
);